index.axml 484 B

1234567
  1. <view class='radioGroup-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <van-radio-group class='radio-group-area' value='{{ value }}' direction='horizontal' disabled='{{isAudit}}' onChange='onChange' ref='saveChildRef1'>
  3. <van-radio name='{{item[valueKey]}}' icon-size='16' checked-color='#2BA245' label-class='label' a:for='{{list}}' a:key='{{*this}}' ref-numbers='{{list}}' ref='saveChildRef2'>
  4. {{item[labelKey]}}
  5. </van-radio>
  6. </van-radio-group>
  7. </view>