1 |
- <u-popup vue-id="36dcd47c-1" show="{{show}}" closeable="{{true}}" type="bottom" data-ref="popup" class="data-v-12493878 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="content data-v-12493878"><block wx:if="{{data.title}}"><view class="cell bold center title data-v-12493878"><text class="data-v-12493878">{{data.title}}</text></view></block><block wx:for="{{data.list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['change',['$0',index],[[['data.list','',index]]]]]]]}}" class="cell list dfsb data-v-12493878" bindtap="__e"><text class="flex1 data-v-12493878">{{item.text}}</text><block wx:if="{{sel!=index}}"><image class="icon data-v-12493878" src="/static/img/pro/wxz.png" mode></image></block><block wx:if="{{sel==index}}"><image class="icon data-v-12493878" src="/static/img/pro/xuanzhong.png" mode></image></block></view></block><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="cell center cancel-btn data-v-12493878" bindtap="__e"><text class="data-v-12493878">确定</text></view></view></u-popup>
|