You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
892 B
Plaintext
1 line
892 B
Plaintext
<view><radio-group class="radio-group" hover-class="none" data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index"><label class="{{['weui-cell weui-check__label '+(index==0?'bb1':'')]}}" hover-class="none"><view class="weui-cell__bd"><view class="fw500">{{item.name}}</view></view><view class="weui-cell__ft"><radio class="weui-check" value="{{item.value}}" checked="{{item.checked}}"></radio><block wx:if="{{item.checked}}"><view class="iconfont icon-duihao ysd-base-color _i"></view></block></view></label></block></radio-group><navigator style="margin-top:90px;" aria-role="button" hover-class="none" url="javascript:;" data-event-opts="{{[['tap',[['formSubmit',['$event']]]]]}}" bindtap="__e"><button class="loginOut normalBtn" hover-class="thover">保存</button></navigator></view> |