Commit 75aee39b authored by clone's avatar clone

Merge branch 'test'

parents 7072b22a 7d0ef0a1
......@@ -153,7 +153,7 @@ function loadMain(){
'userId': data['data']['user_info']['user_id']
},
fnAndroid: function() {
window.android.onProjectReport(data['data']['user_info']['user_nick'],data['data']['user_info']['user_phone'],data['data']['user_info']['sex'],data['data']['user_info']['user_id']);
window.android.onProjectReport(data['data']['user_info']['user_nick'],data['data']['user_info']['user_phone'],data['data']['user_info']['sex'],Number(data['data']['user_info']['user_id']));
},
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