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.
15 lines
691 B
15 lines
691 B
<view class="base">
|
|
<view class="base_center">
|
|
<view class="base_top">当前定位地址:</view>
|
|
<view class="base_district">
|
|
<text>{{city}}{{district}}</text>
|
|
</view>
|
|
<!-- {{showorHide?'show':'hide'}} -->
|
|
<view class="base_hint {{showorHide?'show':'hide'}}">{{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>
|
|
</view>
|
|
</view>
|
|
</view>
|