浏览代码

买家备注信息

DELL 3 年之前
父节点
当前提交
736c8a4e96
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 0 1
      packageGoods/order/detail.vue
  2. 1 2
      packageGoods/order/settlement.vue

+ 0 - 1
packageGoods/order/detail.vue

@@ -190,7 +190,6 @@
 				}).then(res => {
 					uni.hideLoading();
 					this.info = res.data
-					console.log(this.info)
 					this.status = JSON.parse(res.data.status)
 					this.autoConfirmTime = res.data.autoConfirmTime
 					res.data.items.forEach(item => {

+ 1 - 2
packageGoods/order/settlement.vue

@@ -157,11 +157,10 @@
 				uni.showLoading({
 					title: '加载中'
 				});
-				$http.post('/api/v1/mp/user/deliver/order/submit', this.info).then(res => {
+				$http.post('/api/v1/mp/user/deliver/order/submit', {memo:this.info.memo}).then(res => {
 					payIng = true
 					uni.hideLoading();
 					if (res.code == 0) {
-						console.log(res)
 						if (res.data.needPay == 1) {
 							$http.post('/api/v1/mp/user/deliver/order/pay', {
 								orderId: res.data.orderId,