mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-23 19:32:33 +00:00
修复小程序收货地址页面手机号不兼容199和收货字错了
This commit is contained in:
parent
2cef1db766
commit
51b75e6cf1
@ -80,7 +80,7 @@ Page({
|
||||
var addressP = {};
|
||||
if (name == "") {
|
||||
warn = '请输入姓名';
|
||||
} else if (!/^1(3|4|5|7|8)\d{9}$/i.test(phone)) {
|
||||
} else if (!/^1(3|4|5|7|8|9)\d{9}$/i.test(phone)) {
|
||||
warn = '您输入的手机号有误'
|
||||
} else if (area == '["省","市","区"]'){
|
||||
warn = '请选择地区';
|
||||
|
||||
@ -1 +1 @@
|
||||
{"navigationBarTitleText": "收获地址管理"}
|
||||
{"navigationBarTitleText": "收货地址管理"}
|
||||
Loading…
x
Reference in New Issue
Block a user