cz_dev
格调main 2026-02-28 17:13:32 +08:00
parent 656a3ac3fc
commit e7755657fd
1 changed files with 8 additions and 1 deletions

View File

@ -330,7 +330,14 @@ export default {
return; return;
} }
// //
// couponId:num;couponId:num 2324:1;2325:2
const couponStr = selectedItems
.map((item) => `${item.couponId}:${item.quantity}`)
.join(";");
// this.totalAmount ,
const trxamt = (this.totalAmount * 100).toFixed(0);
}, },
// //