This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-23 17:03:21 +08:00
parent 9481cf10a1
commit 05b1d4697e

View File

@ -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;
}
}
}
</style>