From b21dfe710b718e809a566a9cb3ed31fcb0930fc7 Mon Sep 17 00:00:00 2001
From: linfeng <2445465217@qq.com>
Date: Sat, 11 May 2024 16:46:15 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=8D=87=E7=BA=A7H5=E7=99=BB?=
=?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/login/login.vue | 68 +++++++++++++++----
1 file changed, 56 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/login/login.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/login/login.vue
index 2106637..56aed17 100644
--- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/login/login.vue
+++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/login/login.vue
@@ -1,6 +1,7 @@
-
- 请先登录/注册
+
+
+ 欢迎使用{{title}}
@@ -13,8 +14,12 @@
- 登录
- 登录
+ 登录/注册
+ 登录/注册
+
+ ——— 暂不登录,再看看 ———
+
+
@@ -27,10 +32,27 @@
mobile: "",
code: ""
},
- tips: '验证码'
+ tips: '验证码',
+ logo: '',
+ title: this.$c.miniappName
};
},
+ onLoad() {
+ this.getSysInfo();
+ },
methods: {
+ goIndex(){
+ uni.switchTab({
+ url:"/pages/index/index"
+ })
+ },
+ getSysInfo() {
+ this.$H.get("system/miniConfig").then(res => {
+ if (res.code == 0) {
+ this.logo = res.logo;
+ }
+ })
+ },
phoneLogin() {
uni.showLoading({
mask: true,
@@ -86,17 +108,39 @@
+
+ .lf-bottom text {
+ margin-left: 20rpx;
+ color: #aaaaaa;
+ font-size: 27rpx;
+ }
+
+
+
+
\ No newline at end of file