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.
9 lines
427 B
9 lines
427 B
<view class="top">
|
|
<text class="top_area">已选区域</text><text class="top_site"> {{cityName}}{{districtName}}</text>
|
|
</view>
|
|
<view class="top_hint">已开通城市</view>
|
|
<view wx:for="{{citys.response}}" wx:for-item="citys">
|
|
<view class="top_city" bindtap='openGroup' data-item='{{citys.cityId}}'>{{citys.cityName}}</view>
|
|
|
|
</view>
|
|
<view class="presenting">其他城市暂未开放,敬请期待</view>
|