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.
6 lines
395 B
6 lines
395 B
<view class="top_hint">已开通区/县</view>
|
|
<view wx:for="{{districts.response}}" wx:for-item="districts">
|
|
<!-- data-item='{{districts.cityName}}所需要储存到其他页面的key值() -->
|
|
<view class="top_city" bindtap='openGroup' data-item='{{districts}}'>{{districts.districtName}}</view>
|
|
</view>
|
|
<view class="presenting">其他区/县暂未开放,敬请期待</view>
|