From 0d2b2c240ae087c065169260adb3cb42dbbcbe5b Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Mon, 25 Mar 2024 17:29:19 +0800 Subject: [PATCH] 1 --- pages/payment/get_payment.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/payment/get_payment.vue b/pages/payment/get_payment.vue index 03a8000..cf2c871 100644 --- a/pages/payment/get_payment.vue +++ b/pages/payment/get_payment.vue @@ -234,10 +234,11 @@ } if (that.checkForm.cart_id && that.checkForm.cart_id.length > 0) { - // return console.log(this.checkForm); - return uni.navigateTo({ - url: "/pages/payment/settlement?cartId="+this.checkForm.cart_id.join(',')+"&money="+this.cartForm.total_amount, - }) + // return console.log(this.checkForm); + return uni.navigateTo({ + url: "/pages/payment/settlement?cartId=" + this.checkForm.cart_id.join(',') + + "&money=" + this.cartForm.total_amount, + }) orderCheck(that.checkForm).then(res1 => { that.loading = false; @@ -251,9 +252,9 @@ merName: that.mer_name, money: that.cartForm.total_amount, key: res1.data.key, - order_type: res1.data.order_type, - enabledPlatformCoupon: res1.data.enabledPlatformCoupon, - platformCoupon: res1.data.platformCoupon + order_type: res1.data.order_type, + enabledPlatformCoupon: res1.data.enabledPlatformCoupon, + platformCoupon: res1.data.platformCoupon }) // uni.setStorageSync('datas', {