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) {
|
if (that.checkForm.cart_id && that.checkForm.cart_id.length > 0) {
|
||||||
orderCheck(that.checkForm).then(res1 => {
|
orderCheck(that.checkForm).then(res1 => {
|
||||||
that.loading = false;
|
that.loading = false;
|
||||||
|
|
||||||
|
console.log(res1);
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/payment/settlement",
|
url: "/pages/payment/settlement",
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
|
|
||||||
res.eventChannel.emit('acceptDataFromOpenedPage', {
|
res.eventChannel.emit('acceptDataFromOpenedPage', {
|
||||||
platformConsumption: res1.data.platformConsumption ||
|
platformConsumption: res1.data.platformCoupon || [],
|
||||||
[],
|
|
||||||
productData: that.merchantInfo,
|
productData: that.merchantInfo,
|
||||||
checkForm: that.checkForm,
|
checkForm: that.checkForm,
|
||||||
merName: that.mer_name,
|
merName: that.mer_name,
|
||||||
@ -526,6 +526,10 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/.u-button__text {
|
||||||
|
font-size: 32rpx !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user