Commit 5ff99f4c authored by xishifeng's avatar xishifeng

拨打电话上线修改

parent f8eadd15
......@@ -218,7 +218,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?new64"></script>
<script src="/app/js/customerinfo_details_new.js?new65"></script>
</body>
......
......@@ -958,12 +958,11 @@ function loadMain(){
Compatible({
paraIos: {
'route': 'call',
'phone': _backPhone
//'userId': Number(_customerId)
'phone': _backPhone,
'userId': Number(_customerId)
},
fnAndroid: function() {
//window.android.onPhoneCall(_backPhone, Number(_customerId));
window.android.onPhoneCall(_backPhone);
window.android.onPhoneCall(_backPhone, Number(_customerId));
},
fn: function() {
console.warn('error');
......
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