forked from nsjcy/frontEnd/nsjcy

xuxj
2020-05-09 d7004986135c0885c1b9a92fb48919179732c00d
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) {