mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 00:49:37 +08:00
1
This commit is contained in:
parent
7f4f253a6b
commit
8a03bc4f9b
@ -551,8 +551,13 @@ Page({
|
||||
_this.showErrMsg('请输入门牌号!')
|
||||
return;
|
||||
}
|
||||
// 联系电话
|
||||
if (!detail.phone) {
|
||||
// 联系电话
|
||||
if (detail.phone) {
|
||||
if (detail.phone.length != 11) {
|
||||
_this.showErrMsg('请输入11位联系电话!')
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
_this.showErrMsg('请输入联系电话!')
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user