Fix:5950 【商城小程序】文玩页面当前城市标识显示的是“当前定位”,参考图2进行文字调整
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<view class="location-box flex ai-center">
|
||||
<!-- @click="goCity"-->
|
||||
<image :src="webUrl+'/20220903142929759087.png'" mode="scaleToFill"></image>
|
||||
<text class="city-name">{{ cityName }}</text>
|
||||
<text>当前定位</text>
|
||||
<text class="city-name">当前城市:{{ cityName }}</text>
|
||||
<text></text>
|
||||
</view>
|
||||
<view class="more-box flex ai-center">
|
||||
<text @click="goClass">全部商品列表</text>
|
||||
|
||||
Reference in New Issue
Block a user