This commit is contained in:
liuyuan
2025-07-14 10:01:35 +08:00
parent 93eea53283
commit 437994f38b
2 changed files with 4 additions and 1 deletions

View File

@@ -1084,7 +1084,7 @@
},
onHandleClickBuy(e) {
var mynavData = JSON.stringify({
goods: [this.selectGoodsData],
goods: [{...this.selectGoodsData,productAmount:1}],
typeId: 0,
navTitle: this.course.title,
title: this.course.title,