| 1 |
- <view class="app-area-sel _div"><bottom-popup class="popup-wrap" vue-id="4d670fb6-1" show="{{showPopup}}" data-event-opts="{{[['^close',[['hidePopup']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="map-wrap _div"><view class="map-top-tit-wrap _div"><view class="map-top-tit _div">选择收货地址</view><app-close vue-id="{{('4d670fb6-2')+','+('4d670fb6-1')}}" icon="iconguanbi" data-event-opts="{{[['^close',[['hidePopup']]]]}}" bind:close="__e" bind:__l="__l"></app-close></view><view class="map-search _div"><app-search-module class="vue-ref" vue-id="{{('4d670fb6-3')+','+('4d670fb6-1')}}" placeholder="请输入你的收货地址" focus="{{isFocus}}" data-ref="aaaaa" data-event-opts="{{[['^input',[['searchFn']]]]}}" bind:input="__e" bind:__l="__l"></app-search-module></view><scroll-view class="near-list" scroll-y="{{true}}"><block wx:for="{{nearListData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['switchAddress',['$0',index],[[['nearListData','',index]]]]]]]}}" class="near-item" bindtap="__e"><view class="{{['current-site _div',(currentSelectAddress===index)?'active':'']}}"></view><view><view class="{{['title',currentSelectAddress===index?'title1':'']}}">{{item.title}}</view><view class="add">{{item.address}}</view></view></view></block></scroll-view></view></bottom-popup></view>
|