|
|
@@ -99,9 +99,9 @@
|
|
|
<view class="tui-title">绑定零售门店</view>
|
|
|
</tui-list-cell>
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <tui-list-cell @click="closeApp()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentGhsShopId > 0">
|
|
|
+ <!-- <tui-list-cell @click="closeApp()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentGhsShopId > 0">
|
|
|
<view class="tui-title">关闭APP</view>
|
|
|
- </tui-list-cell>
|
|
|
+ </tui-list-cell> -->
|
|
|
<tui-list-cell @click="loginOut()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentGhsShopId > 0">
|
|
|
<view class="tui-title">退出登陆</view>
|
|
|
</tui-list-cell>
|