添加赠送商品

This commit is contained in:
duan
2024-08-16 15:23:14 +08:00
parent ce546e09b2
commit 21a9548e45
3 changed files with 115 additions and 3 deletions

View File

@@ -216,7 +216,9 @@ export default {
startTime: this.query.createdAt[0],
endTime: this.query.createdAt[1],
cateId: this.query.cateId,
proName: this.query.proName
proName: this.query.proName,
type: this.orderType,
});
this.payCountList = res;
} catch (error) {