提交
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<view class="content">
|
||||
<!-- <text class="text">{{item.title}}</text> -->
|
||||
<view class="sub1List">
|
||||
<view class="item leve2" @click.stop="clickCourseInfo(item)">
|
||||
<view class="item leve2" @click.stop="clickCourseInfo(item)" v-if="item.isLast == 1">
|
||||
<text class="textss"> 本目录下全部课程</text>
|
||||
</view>
|
||||
<view :class="['item', 'leve2']"
|
||||
|
||||
Reference in New Issue
Block a user