Commit e1b8a7e3 authored by xishifeng's avatar xishifeng

客户动态详情app交互

parent 5fa0dad5
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,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?new39" charset="utf-8"></script> <script src="/app/js/common.js?new39" charset="utf-8"></script>
<script src="/app/js/customerinfo_details_new.js?new45"></script> <script src="/app/js/customerinfo_details_new.js?new46"></script>
</body> </body>
......
...@@ -90,7 +90,20 @@ function loadMain(){ ...@@ -90,7 +90,20 @@ function loadMain(){
$('.edit-btn').click(function(e){ $('.edit-btn').click(function(e){
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
location.href = ServerHost+'/app_broker/customerinfo_customer_add?customerId='+_customerId; //location.href = ServerHost+'/app_broker/customerinfo_customer_add?customerId='+_customerId;
Compatible({
paraIos: {
'route': 'onClientEdit',
'userId': _customerId
},
fnAndroid: function() {
window.android.onClientEdit(String(_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