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
754 B
15 lines
754 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 {{showorHide?'show':'hide'}}">{{lists}}</view>
|
|
<!-- class="choice_switchover {{showOrHidden?'show':'hide'}}" style='display: {{groupNo == "" ? "block" : "none"}};'-->
|
|
<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>
|