This commit is contained in:
wpf 2024-03-25 23:41:01 +08:00
parent 7ed638e00f
commit edd1c554dd
2 changed files with 2 additions and 1 deletions

View File

@ -222,6 +222,7 @@
source: 999,
total_amount: that.cartForm.total_amount
};
console.log(that.merchantInfo[i]);
try {
let res = await addCart(info);

View File

@ -1536,8 +1536,8 @@
//
truePayOrder(data) {
this.orderData.money = this.totalPrice;
if (!data) data = this.orderData;
data.money = this.totalPrice;
// #ifdef MP
openPaySubscribe().then(() => {