From b946b74ca674f7e7a04d99a960040438c95ef22d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 20 十一月 2025 16:53:13 +0800
Subject: [PATCH] 优化
---
pda/pages/index/login.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/pda/pages/index/login.vue b/pda/pages/index/login.vue
index 086de33..e07389e 100644
--- a/pda/pages/index/login.vue
+++ b/pda/pages/index/login.vue
@@ -4,9 +4,6 @@
<image class="login_logo" src="@/static/logo@2x.png" mode="widthFix" />
<view class="login_title" style="marginTop: 40rpx;">瀹夋嘲鐗╂祦鏅烘収鍥尯</view>
<view class="login_title" style="marginBottom: 60rpx;">鏁板瓧鍖栨湀鍙拌皟搴﹀钩鍙�</view>
- <view class="">
- {{err}}
- </view>
<view class="login_list">
<view class="login_list_item">
<image src="@/static/login_ic_phone@2x.png" mode="widthFix" />
@@ -45,8 +42,8 @@
data() {
return {
form: {
- username: '13996529050',
- password: '123456',
+ username: '',
+ password: '',
},
err: '',
isShowProtocol: false,
@@ -91,7 +88,7 @@
})
}
}, err => {
- this.err = JSON.stringify(err)
+ // this.err = JSON.stringify(err)
})
},
getContent() {
--
Gitblit v1.9.3