This commit is contained in:
2025-03-07 13:50:23 +08:00
parent 32ab8f576c
commit 655940c4f6
2 changed files with 71 additions and 82 deletions

View File

@@ -428,6 +428,7 @@
@buttonClick="onHandleClickBuy1"
/>
</view>
<common-select-goods
ref="commonSelectGoods"
:selectGoodsData="selectGoodsData"
@@ -897,6 +898,7 @@ export default {
that.booksList = res.data.books ? res.data.books : [];
that.coursesList = res.data.courses ? res.data.courses : [];
that.goodsList = res.data.GLProducts;
console.log('that.goodsList at line 111111111111111900:', that.goodsList)
that.parameterList = [];
if (that.curriculumData.productName) {