lyuis před 7 měsíci
rodič
revize
979f91a4e3
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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) {