|
|
@@ -119,6 +119,9 @@
|
|
119
|
119
|
// }
|
|
120
|
120
|
|
|
121
|
121
|
$('.btn').click(function(){
|
|
|
122
|
+
|
|
|
123
|
+
|
|
|
124
|
+
|
|
122
|
125
|
if(!(/^1[3|4|5|7|8]\d{9}$/.test($('#phone').val()))){
|
|
123
|
126
|
mui.alert("请输入正确的手机号");
|
|
124
|
127
|
return false;
|
|
|
@@ -133,6 +136,7 @@
|
|
133
|
136
|
dataType: 'json',
|
|
134
|
137
|
success: function (result) {
|
|
135
|
138
|
if (result.state.toLowerCase() == "success") {
|
|
|
139
|
+ localStorage.setItem('tell', $('#phone').val());
|
|
136
|
140
|
window.location.replace("../html/workOrdeListr.html?tell="+$('#phone').val());
|
|
137
|
141
|
}
|
|
138
|
142
|
}
|