需求变更进行调整

This commit is contained in:
2026-01-30 09:01:38 +08:00
parent 44a4b33502
commit 79a21ff0a5
30 changed files with 1482 additions and 1707 deletions

View File

@@ -13,8 +13,8 @@
<view class="title">当前定位</view>
<view class="body">
<view class="left">
<image src="../../static/navigate.png" mode="widthFix" class="img"></image>
{{locationCity}}
<image src="/static/navigate.png" mode="widthFix" class="img"></image>
{{locationCity || '宜昌市'}}
</view>
<view class="right">切换城市</view>
</view>
@@ -28,7 +28,7 @@
</view>
</template>
<script>
// import wxGetAddress from '@/common/utils/wxGetAddress.js'
import wxGetAddress from '@/common/utils/wxGetAddress.js'
export default {
data() {
return {