|
@@ -178,7 +178,7 @@
|
|
|
v-for="(item, index) in menuList"
|
|
|
:key="index"
|
|
|
>
|
|
|
- <template v-if="sectionItem.userId">
|
|
|
+ <template v-if="!$method.isEmptyObject(sectionItem)">
|
|
|
<!--模块 -->
|
|
|
<view v-if="item.type == 1"
|
|
|
><courseModule
|
|
@@ -3705,7 +3705,6 @@ export default {
|
|
|
},
|
|
|
getGoodsDetail() {
|
|
|
let self = this;
|
|
|
- // '/goods/'+ data,
|
|
|
this.$api.goodsDetail(this.goodsId).then(async (res) => {
|
|
|
this.goodsData = res.data.data;
|
|
|
this.option.periodWaitTime && (await this.checkFinishRequiredCourse());
|