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.7 KiB
1 lines
1.7 KiB
<view hidden="{{!(isShowMask)}}" class="wrapper"><transition vue-id="f3dc08bc-1" name="content" bind:__l="__l" vue-slots="{{['default']}}"><view hidden="{{!(isShow)}}" class="content_view"><view class="title_view"><view class="title">请选择所在地区</view><view data-event-opts="{{[['tap',[['hidden',['$event']]]]]}}" class="close_view" bindtap="__e"><icon class="close_icon" type="clear" size="26"></icon></view></view><view class="select_top"><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-ref="select_top_item" data-event-opts="{{[['tap',[['select_top_item_click',[index]]]]]}}" class="select_top_item vue-ref-in-for" bindtap="__e"><text class="address_value">{{item}}</text></view></block><view data-ref="indicator" class="indicator vue-ref" style="{{'left:'+(indicatorStyleLeft+'px')+';'}}"></view></view><swiper class="swiper" current="{{currentIndex}}" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{$root.l1}}" wx:for-item="swiper_item" wx:for-index="swiper_index" wx:key="swiper_index"><swiper-item><view class="swiper-item"><scroll-view class="scroll-view-item" scroll-y="true"><block wx:for="{{swiper_item.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['address_item_click',[swiper_index,index]]]]]}}" class="address_item" bindtap="__e"><block wx:if="{{selectIndexArr[swiper_index]===index}}"><image class="address_item_icon" src="{{item.g0}}" mode></image></block>{{''+item.$orig.name+''}}</view></block></scroll-view></view></swiper-item></block></swiper></view></transition><view data-event-opts="{{[['tap',[['hidden',['$event']]]]]}}" hidden="{{!(isShowMask)}}" class="mask" bindtap="__e"></view></view> |