ASEMiniProgram/dist/radio/index.wxml
2021-03-21 01:48:56 +08:00

9 lines
355 B
Plaintext

<view class="i-class i-radio" catchtap="radioChange">
<i-cell i-class="i-radio-cell">
<label>
<radio value="{{value}}" checked="{{checked}}" color="{{checked?color:''}}" disabled="{{disabled}}" class="i-radio-radio {{positionCls}}" />
<view class="i-radio-title">{{value}}</view>
</label>
</i-cell>
</view>