This commit is contained in:
2024-06-26 16:19:21 +08:00
parent 6d0addb743
commit 1bd13fdbd8
12 changed files with 5747 additions and 5171 deletions

View File

@@ -33,7 +33,7 @@
</view>
</template> -->
<view class="contentBox commonPageContentBox">
<view class="contentBox commonPageContentBox" :style="`height:auto !important`">
<!-- <scroll-view class="scroll-view_H statusList" scroll-x="true" scroll-left="0"> -->
<!-- <view class="statusList flexbox" >
<text :class="[currentStatusIndex == index ? 'cur' : '']" @click="setOneCateIndex(item, index)"
@@ -158,14 +158,14 @@
</view> -->
</view>
<u-modal
<!-- <u-modal
:show="show"
:title="modalInfo.title"
:content="modalInfo.content"
showCancelButton
@confirm="hancleModalConfirm"
@cancel="hancleModalCancel"
></u-modal>
></u-modal> -->
<z-navigation></z-navigation>
</view>
@@ -448,7 +448,7 @@ export default {
})
.then(async (res) => {
if (res.code == 0) {
await this.getCourseDescriptionData();
// await this.getCourseDescriptionData();
// that.cateIconList = res.labels ? res.labels : [];
}
});
@@ -1439,6 +1439,7 @@ export default {
// border-radius: 10rpx;
}
.scroll {
flex: 1;
}
.scroll view {