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 line
1.6 KiB

<view class="_div"><view class="{{['address-window _div',value===true?'on':'']}}"><view class="title _div">选择地址<label data-event-opts="{{[['tap',[['closeAddress',['$event']]]]]}}" class="iconfont icon-guanbi _span" bindtap="__e"></label></view><block wx:if="{{addressList.length}}"><view class="list _div"><block wx:for="{{addressList}}" wx:for-item="item" wx:for-index="addressIndex" wx:key="addressIndex"><view data-event-opts="{{[['tap',[['tapAddress',[addressIndex]]]]]}}" class="{{['item acea-row row-between-wrapper _div',item.id===checked?'font-color-red':'']}}" bindtap="__e"><label class="{{['iconfont icon-ditu _span',item.id===checked?'font-color-red':'']}}"></label><view class="addressTxt _div"><view class="{{['name _div',item.id===checked?'font-color-red':'']}}">{{''+item.realName+''}}<label class="phone _span">{{item.phone}}</label></view><view class="line1 _div">{{''+item.province+item.city+item.district+item.detail+''}}</view></view><label class="{{['iconfont icon-complete _span',item.id===checked?'font-color-red':'']}}"></label></view></block></view></block><block wx:if="{{addressList.length<1}}"><view class="pictrue _div"><image class="image _img" src="{{$VUE_APP_RESOURCES_URL+'/images/noAddress.png'}}"></image></view></block><view data-event-opts="{{[['tap',[['goAddressPages',['$event']]]]]}}" class="addressBnt bg-color-red _div" bindtap="__e">新加地址</view></view><view class="mask _div" hidden="{{value===false}}" data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['closeAddress',['$event']]]]]}}" bindtouchmove="__e" bindtap="__e"></view></view>