|
|
@@ -81,12 +81,12 @@
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
<tui-list-cell @click="pageTo({ url: '/admin/book/index' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title">使用教程</view>
|
|
|
+ <view class="tui-title">教学视频</view>
|
|
|
</tui-list-cell>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<tui-list-cell @click="pageTo({ url: '/admin/book/index',type:2 })" class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title">使用教程</view>
|
|
|
+ <view class="tui-title">教学视频</view>
|
|
|
</tui-list-cell>
|
|
|
<!-- #endif -->
|
|
|
|