| 1 |
- <view class="app-content _div data-v-5f63b948"><view class="_div data-v-5f63b948"><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]],['reset',[['formReset',['$event']]]]]}}" bindsubmit="__e" bindreset="__e" class="data-v-5f63b948"><view class="module-com input-line-wrap _div data-v-5f63b948"><block wx:for="{{shopList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="list data-v-5f63b948"><tui-list-cell class="line-cell data-v-5f63b948" vue-id="{{'19763885-1-'+index}}" hover="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title _div data-v-5f63b948">门店:</view><view class="data-v-5f63b948">{{item.sjId+"-"+item.shopName}}</view><view data-event-opts="{{[['tap',[['changeShop',['$0'],[[['shopList','',index,'id']]]]]]]}}" style="margin-left:30px;" bindtap="__e" class="data-v-5f63b948">选择</view></tui-list-cell></view></block></view></form></view></view>
|