This commit is contained in:
Mr.jiang 2024-08-15 11:20:32 +08:00
parent 6a3a85766e
commit c024d5aeb5
1 changed files with 3 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<view class="list-right-top-name">
{{ getOrderByCurrentMarkerIndex().artificerName }}
</view>
<view class="list-right-top-name">
<view class="list-right-top-name" v-if="getOrderByCurrentMarkerIndex().artificerClassifyList">
{{ getOrderByCurrentMarkerIndex().artificerClassifyList[0].classifyName }}
</view>
<!-- <view class="timea-fu flex" style="margin-right: 45px;">
@ -362,6 +362,7 @@ import permision from "@/components/permission.js";
that.selectCity(that.longitude,that.latitude)
},
fail: function(e) {
that.getlist()
console.log('获取地址失败1', e)
// #ifdef APP-PLUS
that.checkPermission();
@ -434,6 +435,7 @@ import permision from "@/components/permission.js";
// that.getlist()
},
fail: function() {
that.getlist()
console.log('获取地址失败2')
}
})