Commit 69a394db authored by Mac's avatar Mac

个人中心修改

parent 38fc677d
...@@ -257,6 +257,7 @@ export default { ...@@ -257,6 +257,7 @@ export default {
//开启 //开启
if(IsOpen==2) if(IsOpen==2)
{ {
if(this.mall_UserInfo.SmallShopId==0 && this.mall_UserInfo.UserSmallShopId!=0) if(this.mall_UserInfo.SmallShopId==0 && this.mall_UserInfo.UserSmallShopId!=0)
{ {
flag=false; flag=false;
...@@ -332,6 +333,7 @@ export default { ...@@ -332,6 +333,7 @@ export default {
reloadUserinfo() { reloadUserinfo() {
this.userinfo(); this.userinfo();
this.u = this.user_info; this.u = this.user_info;
this.mall_UserInfo = uni.getStorageSync("mall_UserInfo")?uni.getStorageSync("mall_UserInfo"):{};
// this.showAuth = false; // this.showAuth = false;
}, },
login(name) { login(name) {
......
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