app-radio-group.wxml 985 B

1
  1. <view class="app-radio-group data-v-ca1823dc"><view class="dir-left-wrap data-v-ca1823dc"><block wx:for="{{model}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item cross-center dir-left-nowrap data-v-ca1823dc" style="{{'height:'+(height+'rpx')+';'}}"><block wx:if="{{type==='round'}}"><view data-event-opts="{{[['tap',[['handleClick',[index]]]]]}}" class="{{['item-round data-v-ca1823dc','white-background',item.value?theme+'-background':'',theme+'-border',theme+'-color']}}" bindtap="__e">{{item.label+''}}</view></block><block wx:else><view class="checker data-v-ca1823dc"><app-radio vue-id="{{'0b7c1d41-1-'+index}}" type="round" sign="{{index}}" value="{{item.value}}" data-event-opts="{{[['^input',[['__set_model',['$0','value','$event',[]],[[['model','',index]]]],['handleInput']]]]}}" bind:input="__e" class="data-v-ca1823dc" bind:__l="__l"></app-radio></view><view class="label data-v-ca1823dc">{{item.label}}</view></block></view></block></view></view>