Fix:3732 【商城小程序】城市切换,”当前定位“改为”当前城市“
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<view class="fixed-box">
|
||||
<view class="line-location flex ai-center">
|
||||
<image :src="webUrl + '/20220903142929759087.png'" mode="scaleToFill"></image>
|
||||
<text class="bold" v-if="location">当前定位:{{ location }}</text>
|
||||
<text class="bold" v-if="location">当前城市:{{ location }}</text>
|
||||
<view style="color:#f66" @click="reload()" v-else>定位失败
|
||||
<image :src="webUrl + '/20231215213824297278.png'" mode="scaleToFill" />
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user