|
@@ -81,12 +81,12 @@
|
|
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
<tui-list-cell @click="pageTo({ url: '/admin/book/index' })" class="line-cell" :hover="false" :arrow="true">
|
|
<tui-list-cell @click="pageTo({ url: '/admin/book/index' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title" style="color:green;">教学视频</view>
|
|
|
|
|
|
|
+ <view class="tui-title" style="color:green;font-weight:bold;">教学视频</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- #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" style="color:green;">教学视频</view>
|
|
|
|
|
|
|
+ <tui-list-cell @click="pageTo({ url: '/admin/book/index'})" class="line-cell" :hover="false" :arrow="true">
|
|
|
|
|
+ <view class="tui-title" style="color:green;font-weight:bold;">教学视频</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
|
|
|