| 1 |
- <view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['NewEdit',['$0'],[[['list','',index]]]]]]]}}" class="item_receiver" bindtap="__e"><view class="space_between"><view class="title_city">{{item.city}}</view><u-icon vue-id="{{'a166563c-1-'+index}}" name="edit-pen" size="25" bind:__l="__l"></u-icon></view><view class="same_row_in"><view class="title_delivery">{{item.name}}</view><view class="title_delivery">{{item.phone}}</view></view></view></block></view>
|