Commit 2298959a authored by youjie's avatar youjie

no message

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