From 05b1d4697e08d79e1981aa1478c815500bf32375 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Sat, 23 Mar 2024 17:03:21 +0800 Subject: [PATCH] 1 --- pages/payment/get_payment.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/payment/get_payment.vue b/pages/payment/get_payment.vue index 8c1f6e8..f6a3d62 100644 --- a/pages/payment/get_payment.vue +++ b/pages/payment/get_payment.vue @@ -236,13 +236,13 @@ if (that.checkForm.cart_id && that.checkForm.cart_id.length > 0) { orderCheck(that.checkForm).then(res1 => { that.loading = false; + + console.log(res1); uni.navigateTo({ url: "/pages/payment/settlement", success: (res) => { - res.eventChannel.emit('acceptDataFromOpenedPage', { - platformConsumption: res1.data.platformConsumption || - [], + platformConsumption: res1.data.platformCoupon || [], productData: that.merchantInfo, checkForm: that.checkForm, merName: that.mer_name, @@ -526,6 +526,10 @@ color: #fff !important; margin-right: 10rpx; } + + /deep/.u-button__text { + font-size: 32rpx !important; + } } } \ No newline at end of file