From ed9dbed48b9d7dd0ff662e50db94e4706ce5342e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 11:24:55 +0800
Subject: [PATCH] 小程序心里疏导
---
SunshineLnsMinApp/pages/publicSnapshot/publicSnapshot.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/SunshineLnsMinApp/pages/publicSnapshot/publicSnapshot.js b/SunshineLnsMinApp/pages/publicSnapshot/publicSnapshot.js
index f8eca97..bb75463 100644
--- a/SunshineLnsMinApp/pages/publicSnapshot/publicSnapshot.js
+++ b/SunshineLnsMinApp/pages/publicSnapshot/publicSnapshot.js
@@ -161,6 +161,10 @@
if (!verify.email(picturesInfo.mobile)) {
return app.showModal("电子邮箱格式不正确!")
}
+ } else {
+ if(!verify.length < 5 ){
+ return app.showModal("QQ号码长度最少5位!")
+ }
}
}
if (!picturesInfo.address) {
--
Gitblit v1.8.0