tanxue 2 місяців тому
батько
коміт
86dec08445

+ 1 - 1
common/styles/global/components.scss

@@ -482,5 +482,5 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
 .phone-tip-dialog{
 .phone-tip-dialog{
 	width: 580rpx;border-radius: 12rpx;background-color: #fff;padding: 24rpx;
 	width: 580rpx;border-radius: 12rpx;background-color: #fff;padding: 24rpx;
 	.tip-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
 	.tip-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
-	.tip-content{font-size: 32rpx;color: #666;margin:32rpx 30rpx 56rpx;line-height: 1.6;}
+	.tip-content{font-size: 32rpx;color: #666;margin:32rpx 24rpx 56rpx;line-height: 1.6;text-align: justify;}
 }
 }

+ 2 - 2
pages/Login/components/adminloginBox.vue

@@ -51,7 +51,7 @@
 	const version = config.appInfo.version;
 	const version = config.appInfo.version;
 	const tipDialogRef = ref(null);
 	const tipDialogRef = ref(null);
 	const tipTitle = '升级提醒';
 	const tipTitle = '升级提醒';
-	const tipContent = '您的APP不是最新版本,请升级至最新版本。';
+	const tipContent = '您的APP不是最新版本,部分功能不能使用,请升级至最新版本!';
 	
 	
 	// 加密
 	// 加密
 	function handleUpdateLLiPassword() {
 	function handleUpdateLLiPassword() {
@@ -151,7 +151,7 @@
 	}
 	}
 	
 	
 	onShow(() => {
 	onShow(() => {
-		// getLoginInit()
+		getLoginInit()
 	})	
 	})	
 </script>
 </script>
 
 

+ 2 - 2
pages/admin/ShouYe/shouye.vue

@@ -83,7 +83,7 @@ import * as httpApi from "@/api/login.js"
 const version = config.appInfo.version;
 const version = config.appInfo.version;
 const tipDialogRef = ref(null);
 const tipDialogRef = ref(null);
 const tipTitle = '升级提醒';
 const tipTitle = '升级提醒';
-const tipContent = '您的APP不是最新版本,请升级至最新版本。';
+const tipContent = '您的APP不是最新版本,部分功能不能使用,请升级至最新版本!';
 	
 	
 const tjBtn = ref(1);
 const tjBtn = ref(1);
 const tzNum = ref(0);
 const tzNum = ref(0);
@@ -226,7 +226,7 @@ function tjBtnClick(data){
 		}
 		}
 		
 		
 		onShow(() => {
 		onShow(() => {
-			// getLoginInit()
+			getLoginInit()
 		})
 		})
 </script>
 </script>