From 5b36142869f824399ab1ad1f0eaaea8ecf0ca83d Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期五, 17 三月 2023 19:01:35 +0800
Subject: [PATCH] 细节修改

---
 pages/login/userPassword.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index 1a37db5..5e3f0dc 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -43,7 +43,8 @@
 	},
 	data() {
 		return {
-			username: '18812345677',
+			username: '18804050607',//瀹㈡埛
+			// username: '18805080506',//鐜嬫锛堝徃鏈猴級
 			password: '123456',
 			remember: true,
 			baseUrl: ''
@@ -54,7 +55,7 @@
 		//鐧诲綍
 		async submit() {
 			uni.showLoading({
-				title: '鐧婚檰涓�...'
+				title: '鐧诲綍涓�...'
 			});
 			//琛ㄥ崟鏍¢獙
 			if (this.username.length === 0) {

--
Gitblit v1.9.1