You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

4 lines
236 B

<!--pages/config/config.wxml-->
<van-radio-group value="{{ radio }}" bind:change="onChange">
<van-radio name="{{item.value}}" wx:for="{{list}}" wx:for-index="{{index}}" wx:for-item="item">{{item.label}}</van-radio>
</van-radio-group>