tijiao
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user