Commit dce3d4f0 authored by xishifeng's avatar xishifeng

添加交互

parent 716912b4
...@@ -315,10 +315,17 @@ require(['vue', 'css!style/customerinfo_sub_page.css', 'css!style/customer_gj.cs ...@@ -315,10 +315,17 @@ require(['vue', 'css!style/customerinfo_sub_page.css', 'css!style/customer_gj.cs
btn: ['确定'], btn: ['确定'],
shadeClose: false, shadeClose: false,
yes: function(_index) { yes: function(_index) {
var _appEnter = getUrlParam('appEnter'); Compatible({
if(_appEnter == '1') { paraIos: {
'route': 'back'
} },
fnAndroid: function() {
window.android.onItemClick('back');
},
fn: function() {
console.warn('error');
}
});
layer.close(_index); layer.close(_index);
} }
}); });
......
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