Fix(寻趣味):[#2970]图标替换

This commit is contained in:
lifizer
2024-12-27 11:55:13 +08:00
parent 4a449485f7
commit 20a46f10dc
+1 -1
View File
@@ -5,7 +5,7 @@
<view class="flex jc-end">
<view class="city-box" @click="goCity('cloud')">
<text style="white-space:nowrap; width: 90rpx" class="v12-primary-text one-t">{{ cityName }}</text>
<image :src="webUrl+'/orderIcon/map.png'" mode="scaleToFill"></image>
<image :src="webUrl+'/icon/fun-city-change.png'" mode="scaleToFill"></image>
</view>
</view>