Browse Source

买家备注信息

DELL 3 years ago
parent
commit
736c8a4e96
2 changed files with 1 additions and 3 deletions
  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 => {
 				}).then(res => {
 					uni.hideLoading();
 					uni.hideLoading();
 					this.info = res.data
 					this.info = res.data
-					console.log(this.info)
 					this.status = JSON.parse(res.data.status)
 					this.status = JSON.parse(res.data.status)
 					this.autoConfirmTime = res.data.autoConfirmTime
 					this.autoConfirmTime = res.data.autoConfirmTime
 					res.data.items.forEach(item => {
 					res.data.items.forEach(item => {

+ 1 - 2
packageGoods/order/settlement.vue

@@ -157,11 +157,10 @@
 				uni.showLoading({
 				uni.showLoading({
 					title: '加载中'
 					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
 					payIng = true
 					uni.hideLoading();
 					uni.hideLoading();
 					if (res.code == 0) {
 					if (res.code == 0) {
-						console.log(res)
 						if (res.data.needPay == 1) {
 						if (res.data.needPay == 1) {
 							$http.post('/api/v1/mp/user/deliver/order/pay', {
 							$http.post('/api/v1/mp/user/deliver/order/pay', {
 								orderId: res.data.orderId,
 								orderId: res.data.orderId,