Commit 73660053 authored by xishifeng's avatar xishifeng

bug处理

parent bc5e677e
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
<script type="text/javascript" src="/app/js/jquery-1122-min.js"></script> <script type="text/javascript" src="/app/js/jquery-1122-min.js"></script>
<script src="/app/js/common.js?new42" charset="utf-8"></script> <script src="/app/js/common.js?new42" charset="utf-8"></script>
<script src="/app/js/customerinfo_details_new.js?new58"></script> <script src="/app/js/customerinfo_details_new.js?new59"></script>
</body> </body>
......
...@@ -605,8 +605,8 @@ function loadMain(){ ...@@ -605,8 +605,8 @@ function loadMain(){
'AuthToken': _token, 'AuthToken': _token,
'phone_x': _backPhone, 'phone_x': _backPhone,
'phone_a': _selectPhone, 'phone_a': _selectPhone,
'user_id': _userId 'user_id': _customerId
// 'phone_b': _customerPhone //'phone_b': _customerPhone
}, },
timeout: 30000, timeout: 30000,
dataType: 'json', dataType: 'json',
...@@ -820,8 +820,8 @@ function loadMain(){ ...@@ -820,8 +820,8 @@ function loadMain(){
data: { data: {
'AuthToken': _token, 'AuthToken': _token,
'phone_a': _selectPhone, 'phone_a': _selectPhone,
'user_id': _userId 'user_id': _customerId
// 'phone_b': _customerPhone //'phone_b': _customerPhone
}, },
timeout: 30000, timeout: 30000,
dataType: 'json', dataType: 'json',
......
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