v3.0.6
This commit is contained in:
8
source/wx/xzs-student/component/iView/radio/index.wxml
Normal file
8
source/wx/xzs-student/component/iView/radio/index.wxml
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user