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.

14 lines
631 B

<view class="base">
<view class="base_center">
<view class="base_top">当前定位地址:</view>
<view class="base_district">
<text bindtap='openGroups'>{{city}}{{district}}</text>
</view>
<view class="base_hint {{showOrHidden?'hide':'show'}}">{{lists}}</view>
<text class="choice_switchover {{showOrHidden?'hide':'show'}}" bindtap='openGroup' >手动切换地址</text>
<view class="choice {{showOrHidden?'show':'hide'}}">
<text class="confirm_left" bindtap='groupTaps'>确定</text>
<text bindtap='openGroup' class="confirm_right">切换</text>
</view>
</view>
</view>