shish 3 лет назад
Родитель
Сommit
79c663214d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ghsApp/src/admin/home/me.vue
  2. 1 1
      hdApp/src/admin/home/me.vue

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -110,11 +110,11 @@
               <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">
               <view class="tui-title">关闭APP</view>
             </tui-list-cell>
 
-            <!-- #ifdef APP-PLUS -->
             <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>

+ 1 - 1
hdApp/src/admin/home/me.vue

@@ -106,11 +106,11 @@
               <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.currentShopId > 0">
               <view class="tui-title">关闭APP</view>
             </tui-list-cell>
 
-            <!-- #ifdef APP-PLUS -->
             <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>