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
517 B
15 lines
517 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">此区/县暂未开放,敬请期待</view>
|
|
<view class="choice_switchover">手动切换地址</view>
|
|
<view class="confirm">
|
|
<view class="choice">
|
|
<text class="confirm_left">确定</text>
|
|
<text class="confirm_right">切换</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|