You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.4 KiB
1 lines
1.4 KiB
<view><base-drawer vue-id="d1b78a2c-1" mode="bottom" visible="{{address.address}}" background-color="transparent" mask="{{true}}" maskClosable="{{true}}" data-event-opts="{{[['^close',[['close']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="w-full bg--w111-fff rd-t-40rpx py-32"><view class="text-center fs-32 text--w111-333 fw-500">选择地址</view><view class="mt-64 px-32"><block wx:for="{{addressList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['tapAddress',[index,'$0','$1'],[[['addressList','',index,'id']],[['addressList','',index]]]]]]]}}" class="{{['mb-38','flex-between-center',(active==index)?'font-num':'']}}" bindtap="__e"><text class="iconfont icon-ic_location5 fs-36"></text><view class="flex-1 pl-40"><view class="fs-28 fw-500">{{item.real_name}}<text class="phone">{{item.phone}}</text></view><view class="w-560 line1 mt-4">{{item.province+item.city+item.district+item.street+item.detail}}</view></view></view></block><block wx:if="{{$root.g0}}"><view><empty-page vue-id="{{('d1b78a2c-2')+','+('d1b78a2c-1')}}" title="暂无地址信息~" src="/statics/images/noAddress.png" bind:__l="__l"></empty-page></view></block></view><view class="mx-20 pb-safe"><view data-event-opts="{{[['tap',[['goAddressPages',['$event']]]]]}}" class="mt-52 h-72 flex-center rd-36px bg-color fs-26 text--w111-fff" bindtap="__e">选择其它地址</view></view></view></base-drawer></view> |