|
@@ -11,13 +11,20 @@
|
|
|
:class="{active: item.value == data.chanpinActiveSelect}" @click="handleSelectChanpin(item)">{{item.name}}</view>
|
|
:class="{active: item.value == data.chanpinActiveSelect}" @click="handleSelectChanpin(item)">{{item.name}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 英语列表 -->
|
|
<!-- 英语列表 -->
|
|
|
- <view v-if="data.chanpinActiveSelect == 1"> </view>
|
|
|
|
|
|
|
+ <view v-if="data.chanpinActiveSelect == 1">
|
|
|
|
|
+ <view class="no-kc-list" v-if="data.list.length">
|
|
|
|
|
+ <icon></icon>
|
|
|
|
|
+ <text>暂无数据</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
<!-- 数学列表 -->
|
|
<!-- 数学列表 -->
|
|
|
<shuxueListVue v-if="data.chanpinActiveSelect == 2" :list="data.shuxueList"></shuxueListVue>
|
|
<shuxueListVue v-if="data.chanpinActiveSelect == 2" :list="data.shuxueList"></shuxueListVue>
|
|
|
<!-- 语文列表 -->
|
|
<!-- 语文列表 -->
|
|
|
- <view class="no-kc-list" v-if="data.chanpinActiveSelect == 3">
|
|
|
|
|
- <icon></icon>
|
|
|
|
|
- <text>暂无数据</text>
|
|
|
|
|
|
|
+ <view v-if="data.chanpinActiveSelect == 3">
|
|
|
|
|
+ <view class="no-kc-list" v-if="data.list.length">
|
|
|
|
|
+ <icon></icon>
|
|
|
|
|
+ <text>暂无数据</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|