shish 3 лет назад
Родитель
Сommit
8ff3445359

+ 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>

+ 2 - 2
ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "批发进销存及财务管理系统",
-    "versionName" : "1.0.50",
-    "versionCode" : 1050,
+    "versionName" : "1.0.51",
+    "versionCode" : 1051,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 3 - 2
hdApp/src/admin/home/me.vue

@@ -105,11 +105,12 @@
             <tui-list-cell @click="pageTo({ url: '/admin/staff/miniAutoLogin' })" class="line-cell" :hover="false" :arrow="true">
               <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>

+ 2 - 2
开发/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "批发进销存及财务管理系统",
-    "versionName" : "1.0.50",
-    "versionCode" : 1050,
+    "versionName" : "1.0.51",
+    "versionCode" : 1051,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/ghsApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝",
     "appid" : "__UNI__BD781B0",
     "description" : "批发进销存及财务管理系统",
-    "versionName" : "1.0.50",
-    "versionCode" : 1050,
+    "versionName" : "1.0.51",
+    "versionCode" : 1051,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {