zhongtianhaoyuan 2 年之前
父節點
當前提交
d97d370294
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 2 1
      pages/order/confirmLoading.vue
  2. 0 2
      pages/order/confirmUnloading.vue

+ 2 - 1
pages/order/confirmLoading.vue

@@ -828,7 +828,7 @@
 									uni.setStorageSync('mapGJ', this.$helper.gjList);
 									// console.log('this.$helper.gjList')
 									// console.log(this.$helper.gjList)
-									// console.log("条数", uni.getStorageSync('mapGJ').length)
+									console.log("条数", uni.getStorageSync('mapGJ').length)
 									if (uni.getStorageSync('mapGJ').length > 100) {
 										// console.log(JSON.stringify(uni.getStorageSync('mapGJ')))
 										// that.send()
@@ -836,6 +836,7 @@
 												orderId: that.id,
 												longitudeLatitude: JSON.stringify(uni.getStorageSync('mapGJ'))
 											}).then(res => {
+												console.log("已发送定位",mapGJ)
 												uni.removeStorageSync('mapGJ');
 												this.$helper.gjList = []
 											})

+ 0 - 2
pages/order/confirmUnloading.vue

@@ -35,7 +35,6 @@
 				<view class="row-left-text">运费</view>
 				<view class="row-right-text">{{detailData.freight}}{{detailData.billingMethod==0?'元/吨':'元/车'}}</view>
 			</view>
-
 		</view>
 		<view class="content2">
 			<view class="level2-title">卸车信息</view>
@@ -252,7 +251,6 @@
 				// this.$forceUpdate()
 			},
 			eliminate(){
-				console.log(11111)
 				this.$set(this.detailData,'totalFreight','')
 				// t.totalFreight=''
 				console.log(this.detailData.totalFreight)