shish 3 tahun lalu
induk
melakukan
79c663214d
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>
               <view class="tui-title">我的零售店</view>
             </tui-list-cell>
             </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>
               <view class="tui-title">关闭APP</view>
             </tui-list-cell>
             </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">
             <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>
               <view class="tui-title">退出当前账号</view>
             </tui-list-cell>
             </tui-list-cell>

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

@@ -106,11 +106,11 @@
               <view class="tui-title">自动登录</view>
               <view class="tui-title">自动登录</view>
             </tui-list-cell>
             </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">
             <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>
               <view class="tui-title">关闭APP</view>
             </tui-list-cell>
             </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">
             <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>
               <view class="tui-title">退出当前账号</view>
             </tui-list-cell>
             </tui-list-cell>