Commit e644f057 authored by xishifeng's avatar xishifeng

拨打电话修改

parent e8de3785
......@@ -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?new63"></script>
<script src="/app/js/customerinfo_details_new.js?new64"></script>
</body>
......
......@@ -958,11 +958,12 @@ 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, Number(_customerId));
window.android.onPhoneCall(_backPhone);
},
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