Commit 624910bb authored by zhengke's avatar zhengke

修改

parent 2935055b
......@@ -971,7 +971,9 @@
},
reloadUserinfo() {
this.u = uni.getStorageSync("mall_UserInfo");
this.$refs.son[0].getSmallShopById(2); //第一次登陆成功后去调取微店的信息
if(this.$refs.son){
this.$refs.son[0].getSmallShopById(2); //第一次登陆成功后去调取微店的信息
}
this.getPageType() //获取用户类型(校园)
if (this.u.IsOpenSchool == 1) {
this.init()
......
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