更新
This commit is contained in:
parent
7ed638e00f
commit
edd1c554dd
@ -222,6 +222,7 @@
|
||||
source: 999,
|
||||
total_amount: that.cartForm.total_amount
|
||||
};
|
||||
console.log(that.merchantInfo[i]);
|
||||
|
||||
try {
|
||||
let res = await addCart(info);
|
||||
|
@ -1536,8 +1536,8 @@
|
||||
|
||||
// 提交订单
|
||||
truePayOrder(data) {
|
||||
this.orderData.money = this.totalPrice;
|
||||
if (!data) data = this.orderData;
|
||||
data.money = this.totalPrice;
|
||||
|
||||
// #ifdef MP
|
||||
openPaySubscribe().then(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user