diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue
index 653d13c6e891b08dc0c71bd25541c33fbcbc73fe..9d447b5354033384c62622e4f9ce46797c3d935c 100644
--- a/uni_modules/uni-login-page/pages/index/index.vue
+++ b/uni_modules/uni-login-page/pages/index/index.vue
@@ -10,10 +10,11 @@
-
-
- {{currenPhoneArea}}
-
+
+
+
+ {{currenPhoneArea}}
+
@@ -51,7 +52,7 @@
text: '隐私政策',
to: '/pages/ucenter/agree-list/privacy/privacy'
}],
- phoneArea: ['+86', '+87'],
+ phoneArea: ['+86'],
currenPhoneArea: '+86',
phoneNumber: '',
@@ -104,8 +105,12 @@
console.log('表单错误信息:', err);
})
},
- selectPhoneArea(event) {
- this.currenPhoneArea = this.phoneArea[event.detail.value];
+ selectPhoneArea(event) {
+ uni.showToast({
+ title: '当前仅支持中国大陆手机号',
+ icon: 'none'
+ });
+ // this.currenPhoneArea = this.phoneArea[event.detail.value];
},
sendShortMsg() {
if (!this.canGetShortMsg) return;
diff --git a/uni_modules/uni-login-page/pages/index/pwd-login.vue b/uni_modules/uni-login-page/pages/index/pwd-login.vue
index fc1cff21b4df6f84db3e4cc341447b93dc794a65..d01ca09c2e2f09993a97a0f779b99bc1e15b31c3 100644
--- a/uni_modules/uni-login-page/pages/index/pwd-login.vue
+++ b/uni_modules/uni-login-page/pages/index/pwd-login.vue
@@ -11,9 +11,10 @@
-
- {{currenPhoneArea}}
-
+
+
+ {{currenPhoneArea}}
+