Commit 2298959a authored by youjie's avatar youjie

no message

parent 8c4345ab
...@@ -879,10 +879,10 @@ export default { ...@@ -879,10 +879,10 @@ export default {
this.apipost("GetCustomerInfo_post", { Id: u.id }, (r) => { this.apipost("GetCustomerInfo_post", { Id: u.id }, (r) => {
if (r.data.resultCode == 1) { if (r.data.resultCode == 1) {
this.userInfo = r.data.data; this.userInfo = r.data.data;
this.initCountry();
} else { } else {
this.$user.userInfo = null; this.$user.userInfo = null;
} }
this.initCountry();
}); });
} }
}, },
......
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