|
@@ -213,7 +213,7 @@ export default class Index extends Component {
|
213
|
213
|
this.Alert("请输入客户电话");
|
214
|
214
|
return false;
|
215
|
215
|
}
|
216
|
|
- if (!(/^1[3|4|5|7|8][0-9]\d{4,8}$/.test(phone)) || phone.length != 11) {
|
|
216
|
+ if (!(/^1[3|4|5|6|7|8|9][0-9]\d{4,8}$/.test(phone)) || phone.length != 11) {
|
217
|
217
|
this.Alert('请输入正确的手机号码');
|
218
|
218
|
return false;
|
219
|
219
|
}
|
|
@@ -221,10 +221,10 @@ export default class Index extends Component {
|
221
|
221
|
this.Alert("请选择意向楼盘");
|
222
|
222
|
return false;
|
223
|
223
|
}
|
224
|
|
- if (adviser == "") {
|
225
|
|
- this.Alert("请选择置业顾问");
|
226
|
|
- return false;
|
227
|
|
- }
|
|
224
|
+ // if (adviser == "") {
|
|
225
|
+ // this.Alert("请选择置业顾问");
|
|
226
|
+ // return false;
|
|
227
|
+ // }
|
228
|
228
|
// if (date == "请选择") {
|
229
|
229
|
// this.Alert("请选择预约到访时间");
|
230
|
230
|
// return false;
|