Răsfoiți Sursa

判断是否打开移动流量

shish 4 ani în urmă
părinte
comite
770ec4c785

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

@@ -137,7 +137,7 @@ export default {
 			let that = this
 			let that = this
 
 
 			if(this.hasMobileNet == false){
 			if(this.hasMobileNet == false){
-				that.$msg('登录时,请关闭wifi,打开移动流量')
+				that.$msg('请关闭wifi,打开移动流量,再登录')
 				return
 				return
 			}
 			}
 
 

+ 2 - 0
ghsApp/src/admin/home/me.vue

@@ -104,7 +104,9 @@
             <!-- #endif -->
             <!-- #endif -->
           </view>
           </view>
         </view>
         </view>
+        <!-- #ifdef APP-PLUS -->
         <view class="bottom-version">Version {{version}}</view>
         <view class="bottom-version">Version {{version}}</view>
+        <!-- #endif -->
       </view>
       </view>
     </template>
     </template>
     <ShopSelect ref="shopSelectComponent" class="bar" :isShowTit="false" top="0upx" @selectShopFn="selectShopFn" />
     <ShopSelect ref="shopSelectComponent" class="bar" :isShowTit="false" top="0upx" @selectShopFn="selectShopFn" />

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

@@ -138,7 +138,7 @@ export default {
 			let that = this
 			let that = this
 
 
 			if(this.hasMobileNet == false){
 			if(this.hasMobileNet == false){
-				that.$msg('登录时,请关闭wifi,打开移动流量')
+				that.$msg('请关闭wifi,打开移动流量,再登录')
 				return
 				return
 			}
 			}