1 |
- <app-layout vue-id="de3c1946-1" class="data-v-65f05415" bind:__l="__l" vue-slots="{{['default']}}"><view class="page data-v-65f05415"><block wx:if="{{list!==null}}"><block wx:if="{{!list.length}}"><view class="no-data mb-24 data-v-65f05415">暂无报名信息</view></block><block wx:else><view class="main-center dir-top-nowrap list data-v-65f05415"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['setData',['$0'],[[['list','',index,'id']]]]]]]}}" bindtap="__e" class="data-v-65f05415"><app-shipping-address vue-id="{{('de3c1946-2-'+index)+','+('de3c1946-1')}}" item="{{item}}" is_hide_default_btn="{{true}}" destroy_url="{{destroy_url}}" data-event-opts="{{[['^handleAddress',[['address']]]]}}" bind:handleAddress="__e" class="data-v-65f05415" bind:__l="__l"></app-shipping-address></view></block></view></block></block><view class="dir-left-nowrap add-address-row data-v-65f05415"><view class="box-grow-1 data-v-65f05415"><app-form-id vue-id="{{('de3c1946-3')+','+('de3c1946-1')}}" class="data-v-65f05415" bind:__l="__l" vue-slots="{{['default']}}"><app-button vue-id="{{('de3c1946-4')+','+('de3c1946-3')}}" theme="{{theme}}" type="important" round="{{true}}" data-event-opts="{{[['^click',[['editAddress',[0]]]]]}}" bind:click="__e" class="data-v-65f05415" bind:__l="__l" vue-slots="{{['default']}}"><view class="cross-center main-center data-v-65f05415"><image class="icon data-v-65f05415" src="/static/image/icon/add.png"></image><view class="data-v-65f05415">新增</view></view></app-button></app-form-id></view></view><block wx:if="{{notInPointList!==null&¬InPointList.length}}"><view class="tip data-v-65f05415">以下地址不在配送范围内,请编辑地址进行定位</view><view class="main-center dir-top-nowrap list not-list data-v-65f05415"><block wx:for="{{notInPointList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="dir-left-nowrap cross-center item data-v-65f05415"><view class="box-grow-1 left data-v-65f05415"><view class="dir-left-nowrap mb-12 data-v-65f05415"><view class="box-grow-1 data-v-65f05415">{{"收货人: "+item.name}}</view><view class="box-grow-0 data-v-65f05415">{{item.mobile}}</view></view><view class="data-v-65f05415">{{"收货地址: "+item.address}}</view></view><view class="box-grow-0 data-v-65f05415"><view data-event-opts="{{[['tap',[['editAddress',['$0'],[[['notInPointList','',index,'id']]]]]]]}}" class="edit-btn-out data-v-65f05415" catchtap="__e"><view class="edit-btn data-v-65f05415">编辑</view></view></view></view></block></view></block></view></app-layout>
|