twt 3 years ago
parent
commit
5f391d06aa
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/module/confirmOrder.vue

+ 4 - 4
pages/module/confirmOrder.vue

@@ -310,8 +310,8 @@ export default {
 			  itemCount:this.itemCount,
 			  couponMoney:this.couponMoney,
 			  couponID:this.couponID,
-			  payMoney:this.payMoney,
-			  //payMoney:0.01,
+			 // payMoney:this.payMoney,
+			  payMoney:0.01,
 			  packJsonArr:JSON.stringify(this.packJsonArr) ,
 			  shopID:this.orderShop.shopId,
 			 // unionID:this.orderShop.unionId,
@@ -341,7 +341,7 @@ export default {
 			})
 		},
 		orderPayzero(id){
-			this.$http('miniApp/maintainOrder/orderPay', {
+			this.$http('worldKeepCar/maintainOrder/orderPay', {
 			  sheetID:id
 			 },'POST').then(res => {
 				  uni.hideLoading();
@@ -367,7 +367,7 @@ export default {
 		},
 		orderPay(id){
 			//uni.showLoading({ });
-			this.$http('miniApp/maintainOrder/orderPay', {
+			this.$http('worldKeepCar/maintainOrder/orderPay', {
 			  sheetID:id
 			 },'POST').then(res => {
 				  uni.hideLoading();