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

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