Fix:3732 【商城小程序】城市切换,”当前定位“改为”当前城市“

This commit is contained in:
linxi
2025-04-30 11:34:17 +08:00
parent 7b28b94390
commit c50fa44fd8
+1 -1
View File
@@ -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>