This commit is contained in:
parent
6a3a85766e
commit
c024d5aeb5
|
@ -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')
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue