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