Commit 73660053 authored by xishifeng's avatar xishifeng

bug处理

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