diff --git a/uni_modules/uni-login-page/common/loginPage.css b/uni_modules/uni-login-page/common/loginPage.css
new file mode 100644
index 0000000000000000000000000000000000000000..a01b6b45269f00b6cdaffce89efa2cab3c18a457
--- /dev/null
+++ b/uni_modules/uni-login-page/common/loginPage.css
@@ -0,0 +1,123 @@
+/* #ifndef APP-NVUE */
+page {
+ display: flex;
+ flex-direction: column;
+ flex: 1;
+ height: 100%;
+}
+
+/* #endif */
+.wrap {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex-direction: column;
+ flex: 1;
+ width: 750rpx;
+ background-color: #fff;
+}
+
+.wrap-content {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex: 1;
+ flex-direction: column;
+ justify-content: flex-start;
+ align-items: center;
+}
+
+.content {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ width: 630rpx;
+ flex-direction: column;
+}
+
+.content-top-title {
+ font-size: 32rpx;
+ font-weight: 600;
+ padding-top: 50rpx;
+}
+
+.hidden,
+page {
+ background-color: transparent;
+}
+
+.login-iknow {
+ padding-top: 24rpx;
+ padding-bottom: 48rpx;
+}
+
+.phone-input-box {
+ height: 85rpx;
+ background-color: #f9f9f9;
+ border-radius: 6rpx;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ align-items: center;
+ justify-content: center;
+}
+
+.phone-area {
+ padding: 0 20rpx;
+ font-size: 30rpx;
+}
+
+.phone-input {
+ flex: 1;
+ border-left-width: 1px;
+ border-left-color: #d7d9d8;
+ padding: 0 20rpx;
+ font-size: 30rpx;
+}
+
+.tip-text {
+ padding-top: 20rpx;
+ padding-bottom: 36rpx;
+ color: #8a8f8b;
+ font-size: 26rpx;
+}
+
+.send-btn-box {
+ height: 85rpx;
+ background-color: #d8d8da;
+ margin-bottom: 50rpx;
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex-direction: column;
+ width: 630rpx;
+ justify-content: center;
+ align-items: center;
+ border-radius: 6rpx;
+}
+
+.send-btn-text {
+ color: #fff;
+}
+
+.send-btn-active {
+ background-color: #007aff;
+}
+
+.auth-box {
+ width: 630rpx;
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.login-text {
+ color: #1c436e;
+ font-size: 26rpx;
+}
+
+.hover {
+ opacity: 0.8;
+}
diff --git a/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue b/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
index f1ac3e0e51ed980b2b1a99bf751370d6945735dd..3b8ab116031faefcb06cdbd8904d8bf6a5617125 100644
--- a/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
+++ b/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
@@ -19,7 +19,7 @@
},
link: {
type: Array,
- default: []
+ default: ()=>[]
}
},
data() {
diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue
index 5a28b0433abafe75ab45c031d53bb66060bae35b..69fc009b66615c785bc3e8e98d889dc88f6944a4 100644
--- a/uni_modules/uni-login-page/pages/index/index.vue
+++ b/uni_modules/uni-login-page/pages/index/index.vue
@@ -87,121 +87,7 @@
diff --git a/uni_modules/uni-login-page/pages/index/pwd-retrieve.vue b/uni_modules/uni-login-page/pages/index/pwd-retrieve.vue
new file mode 100644
index 0000000000000000000000000000000000000000..58170f39ec79158b54215cebdf6b0c7b8c25ab9c
--- /dev/null
+++ b/uni_modules/uni-login-page/pages/index/pwd-retrieve.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+ 手机号密码登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 完成
+
+
+
+
+
+
+
+
+