代码更新

This commit is contained in:
GaoHao
2025-03-10 09:14:57 +08:00
parent 4f65b08c06
commit 490c513f48
48 changed files with 1162 additions and 537 deletions

View File

@@ -226,7 +226,7 @@
console.log(pageData.order);
const res = await getFindCoupon({
shopUserId: option.shopUserId,
type: pageData.types.sel
type: pageData.types.sel+1
})
let fullReductionCoupon = res.filter(v => v.type == 1)
let productCoupon = res.filter(v => v.type == 2)
@@ -340,7 +340,7 @@
*/
function changeFullReductionCouponSel(item) {
if (!item.use) {
// return
return
}
console.log(item);
if (item.id == pageData.fullReductionCouponSel.id) {