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.
16 lines
745 B
16 lines
745 B
<view class="base">
|
|
<view class="base_center">
|
|
<view class="base_top">当前定位地址:</view>
|
|
<view class="base_district">
|
|
<text>{{city}}{{district}}</text>
|
|
</view>
|
|
<view class="base_hint">{{lists}}</view>
|
|
<navigator url="../city/city?title={{city}}{{district}}" class="choice_switchover {{showOrHidden?'show':'hide'}}">手动切换地址</navigator>
|
|
<view class="choice">
|
|
<text class="confirm_left" bindtap='groupTaps'>确定</text>
|
|
<navigator url="../city/city?title={{city}}{{district}}" class="confirm_right">切换</navigator>
|
|
<!-- <text class="confirm_right" url="../city/city?title={{city}}{{district}}">切换</text> -->
|
|
</view>
|
|
<!-- </view> -->
|
|
</view>
|
|
</view>
|