|
@@ -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();
|