Browse Source

Merge branch 'master' of https://git.nanodreamtech.com/Boss/yizhizan-h5

jianghaili 7 months ago
parent
commit
af23d320bb
2 changed files with 2 additions and 0 deletions
  1. 1 0
      common/queue.js
  2. 1 0
      pages/public/loginphone.vue

+ 1 - 0
common/queue.js

@@ -34,6 +34,7 @@ module.exports = {
 		this.remove("image_url");
 		this.remove("relation_id");
 		this.remove("isInvitation");
+		this.remove("userType");
 		this.remove("member");
 	},
 	loginClear() {

+ 1 - 0
pages/public/loginphone.vue

@@ -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) {