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.

13 lines
765 B

<!-- <view style="text-align:center"><text class="top_area">定位区域</text> {{title}} </view> -->
<view class="top">
<text class="top_area">定位区域</text><text class="top_site"> {{title}}</text>
<!-- <text class="top_area">定位区域</text><text class="top_site" id="1">未获取定位</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>
<!-- <navigator url="../district/district" class="top_city" wx:for="{{citys.response}}" wx:for-item="citys">{{citys.cityName}}</navigator> -->
<view class="presenting">其他城市暂未开放,敬请期待</view>