|
@@ -81,9 +81,16 @@
|
|
|
<view class="tui-title">充值记录</view>
|
|
<view class="tui-title">充值记录</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
|
|
+ <!-- #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">使用教程</view>
|
|
<view class="tui-title">使用教程</view>
|
|
|
</tui-list-cell>
|
|
</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>
|
|
|
|
|
+ </tui-list-cell>
|
|
|
|
|
+ <!-- #endif -->
|
|
|
|
|
|
|
|
<tui-list-cell @click="pageTo({ url: '/pagesStore/me/cashSet' })" class="line-cell" :hover="false" :arrow="true" >
|
|
<tui-list-cell @click="pageTo({ url: '/pagesStore/me/cashSet' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
<view class="tui-title">提现账号</view>
|
|
<view class="tui-title">提现账号</view>
|