From 7473eb735cf82bb88f43b263f9cc74e43fe8f5e3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Feb 2022 09:15:11 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/qfqk-android

---
 pages/loging/loging.vue |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/pages/loging/loging.vue b/pages/loging/loging.vue
index 41a0a22..92742a9 100644
--- a/pages/loging/loging.vue
+++ b/pages/loging/loging.vue
@@ -10,7 +10,7 @@
 		<view class="content">
 			<view class="top">
 				<view class="titie">
-					<span>群防群控APP</span>
+					<span>洪城义警APP</span>
 				</view>
 				<view class="cell">
 					<view class="name">账号</view>
@@ -68,6 +68,15 @@
 		},
 		methods: {
 			judgeUse() {
+				
+				// var main = plus.android.runtimeMainActivity();//获取当前的Activity
+				// var res=main.getResData();//直接调用自定义Activity中的getResData方法
+				// uni.showToast({
+				// 	title: res,
+				// 	icon:'none',
+				// 	duration: 2000
+				// });
+				
 				var login = WxStorage.get("init") //重复登录
 				var name = WxStorage.get("name")
 				var userID = WxStorage.get("ids")
@@ -167,7 +176,7 @@
 		span {
 			font-weight: 600;
 			font-size: 6vw;
-			color: #14b9c8;
+			color: #103289;
 		}
 	}
 	.container {
@@ -231,7 +240,7 @@
 					line-height: 30rpx;
 	
 					text {
-						color: #14b9c8;
+						color: #103289;
 					}
 				}
 	
@@ -273,7 +282,7 @@
 			line-height: 86rpx;
 			box-sizing: border-box;
 			border-radius: 15rpx;
-			background-color: #14b9c8;
+			background-color: #103289;
 			color: #ffffff;
 	
 			&::after {
@@ -318,7 +327,7 @@
 			font-size: 22rpx;
 			font-family: Adobe Heiti Std;
 			font-weight: normal;
-			color: #14b9c8;
+			color: #103289;
 			line-height: 34rpx;
 		}
 	

--
Gitblit v1.9.3