shish 2 سال پیش
والد
کامیت
7ee3432fcc
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ghsApp/src/admin/home/login.vue
  2. 1 1
      hdApp/src/admin/home/login.vue

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

@@ -276,7 +276,7 @@ export default {
 				fail(res){  
 					//如果手机没有插入有效的sim卡,或者手机蜂窝数据网络关闭,都有可能造成预登录校验失败
 					if (res.code == 30005) {
-						uni.showToast({title: '登录失败,请打开移动流量', duration: 3000, icon:'none'})
+						uni.showToast({title: '请关闭WIFI,打开移动流量', duration: 3000, icon:'none'})
 					} else if(res.code == 1000) {
 						uni.showToast({title: '即将开通', duration: 3000, icon:'none'})
 					} else if(res.code == 40004) {

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

@@ -300,7 +300,7 @@ export default {
 				fail(res){
 					//如果手机没有插入有效的sim卡,或者手机蜂窝数据网络关闭,都有可能造成预登录校验失败
 					if (res.code == 30005) {
-						uni.showToast({title: '登录失败,请打开移动流量', duration: 3000, icon:'none'})
+						uni.showToast({title: '请关闭WIFI,打开移动流量', duration: 3000, icon:'none'})
 					} else if(res.code == 1000) {
 						uni.showToast({title: '即将开通', duration: 3000, icon:'none'})
 					} else if(res.code == 40004) {