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