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