@@ -34,6 +34,7 @@ module.exports = {
this.remove("image_url");
this.remove("relation_id");
this.remove("isInvitation");
+ this.remove("userType");
this.remove("member");
},
loginClear() {
@@ -187,6 +187,7 @@
this.getIsVip();
uni.hideLoading();
this.$queue.setData("userType", res.user.userType);
+ this.$queue.changeTabbar(res.user.userType)
//判断是否开启身份选择 是/否
this.$Request.get("/app/common/type/339").then((rest) => {
if (rest.code == 0) {