Commit f3ca61d3 authored by 胡's avatar

fix: 接上

parent 4dd05e10
......@@ -73,7 +73,9 @@ export default {
'user_id': res.user_id,
'mobile': res.mobile,
}
vm.Jpush._jpush_config(tagOption)
let userPhone = window.localStorage.getItem('user_phone');
let phone = isNaN(parseInt(userPhone)) ? '11111111111': userPhone;
vm.Jpush._jpush_config(tagOption, phone);
}
})
},
......
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