1
This commit is contained in:
parent
9481cf10a1
commit
05b1d4697e
@ -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>
|
Loading…
x
Reference in New Issue
Block a user