MrShi
2025-07-18 de1ef43c565e1666484d7d71203afd7526f4e3de
1
<view class="t-index-address data-v-38cbf0c2"><scroll-view class="t-index-address__scroll-view data-v-38cbf0c2" scroll-into-view="{{scrollview}}" scroll-y="{{true}}" enable-flex="{{true}}"><block wx:for="{{cityList}}" wx:for-item="group" wx:for-index="__i0__" wx:key="initial"><view id="{{group.initial}}" class="data-v-38cbf0c2"><view class="t-index-address__anchor data-v-38cbf0c2" style="background-color:#ffffff;"><text class="data-v-38cbf0c2">{{group.initial}}</text></view><view class="t-index-address__list data-v-38cbf0c2"><block wx:for="{{group.list}}" wx:for-item="city" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['$emit',['select','$0'],[[['cityList','initial',group.initial],['list','',index]]]]]]]}}" class="t-index-address__cell data-v-38cbf0c2" bindtap="__e"><text class="data-v-38cbf0c2">{{city.name}}</text></view></block></view></view></block></scroll-view><view class="t-index-address__sidebar data-v-38cbf0c2"><block wx:for="{{cityList}}" wx:for-item="group" wx:for-index="__i1__" wx:key="initial"><view data-event-opts="{{[['touchstart',[['onTouchMove',['$0'],[[['cityList','initial',group.initial,'initial']]]]]],['touchend',[['onTouchStop',['$event']]]],['touchcancel',[['onTouchStop',['$event']]]]]}}" class="t-index-address__index data-v-38cbf0c2" style="{{'color:'+(activeIndex===group.initial?'#00BC12':'')+';'}}" catchtouchstart="__e" catchtouchend="__e" catchtouchcancel="__e"><label class="_span data-v-38cbf0c2">{{group.initial}}</label></view></block></view><block wx:if="{{touchmove}}"><view class="t-index-address__alert data-v-38cbf0c2"><text class="data-v-38cbf0c2">{{activeIndex}}</text></view></block></view>