From de0e3ab6247895cb9a375fb3c37e659b2297151c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 九月 2024 17:47:05 +0800
Subject: [PATCH] ll
---
pda/pages/index/login.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/pda/pages/index/login.vue b/pda/pages/index/login.vue
index 60e8d8f..086de33 100644
--- a/pda/pages/index/login.vue
+++ b/pda/pages/index/login.vue
@@ -4,6 +4,9 @@
<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,6 +48,7 @@
username: '13996529050',
password: '123456',
},
+ err: '',
isShowProtocol: false,
ProtocolFlag: false,
captcha: {},
@@ -86,7 +90,9 @@
})
})
}
- })
+ }, err => {
+ this.err = JSON.stringify(err)
+ })
},
getContent() {
getSystemDictData({
--
Gitblit v1.9.3