Commit 3e5c2b4f authored by duxinyuan's avatar duxinyuan

1

parent e2751b78
...@@ -574,7 +574,11 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi ...@@ -574,7 +574,11 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
params.agent_id = comit_name; params.agent_id = comit_name;
} }
if ( comit_phone ) { if ( comit_phone ) {
params.phone = comit_phone; if ( comit_phone[0] == "1" && comit_phone.length == 11) {
params.phone = comit_phone;
}else {
alert("请输入正确的手机号码")
}
} }
if ( is_selt ){ if ( is_selt ){
params.is_self = is_selt; params.is_self = is_selt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment