|
|
@@ -71,10 +71,6 @@
|
|
|
<view class="tui-title" style="color:green;">视频教程</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
- <tui-list-cell @click="pageTo({ url: '/pagesStore/me/cashSet' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
- <view class="tui-title">提现账号</view>
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
<tui-list-cell @click="pageTo({ url: '/admin/shop/password' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
<view class="tui-title">密码修改</view>
|
|
|
</tui-list-cell>
|
|
|
@@ -109,13 +105,16 @@
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
<tui-list-cell @click="getHzg()" class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title">下载APP</view>
|
|
|
+ <view class="tui-title">更新APP</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell @click="closeApp()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0">
|
|
|
<view class="tui-title">关闭APP</view>
|
|
|
</tui-list-cell>
|
|
|
<!-- #endif -->
|
|
|
+ <tui-list-cell @click="pageTo({ url: '/pagesStore/me/cashSet' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
+ <view class="tui-title">提现账号</view>
|
|
|
+ </tui-list-cell>
|
|
|
<tui-list-cell @click="loginOut()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0">
|
|
|
<view class="tui-title">退出登录</view>
|
|
|
</tui-list-cell>
|