|
@@ -152,6 +152,7 @@
|
|
|
// unloadingImg: '',
|
|
|
// totalFreight: '',
|
|
|
unloadingImg:this.detailData.hyCarrierInfo.unloadingImg,
|
|
|
+ receiptImg:this.detailData.hyCarrierInfo.receiptImg,
|
|
|
id: this.detailData.carrierId,
|
|
|
}
|
|
|
this.validityPeriod = this.$helper.makeValidityPeriod()
|
|
@@ -227,7 +228,6 @@
|
|
|
if (res.latitude) {
|
|
|
// that.detailData.hyCarrierInfo.loadingAreaLongitude = res.longitude;
|
|
|
// that.detailData.hyCarrierInfo.loadingAreaLatitude = res.latitude;
|
|
|
-
|
|
|
that.detailData.carrierInfo.unloadingAreaLongitude = res.longitude;
|
|
|
that.detailData.carrierInfo.unloadingAreaLatitude = res.latitude;
|
|
|
console.log("1234567890")
|
|
@@ -480,9 +480,12 @@
|
|
|
uni.switchTab({
|
|
|
url: '/pages/order/index'
|
|
|
})
|
|
|
- that.$helper.fUN_AmapLocation.stop({}, result => {
|
|
|
- console.log('====fUN_AmapLocation定位stop====', JSON.stringify(result));
|
|
|
- });
|
|
|
+ if(that.$helper.fUN_AmapLocation){
|
|
|
+ that.$helper.fUN_AmapLocation.stop({}, result => {
|
|
|
+ console.log('====fUN_AmapLocation定位stop====', JSON.stringify(result));
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
}
|
|
|
})
|