lyuis 7 сар өмнө
parent
commit
c3e1ab347e
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      pages/my/index.vue

+ 2 - 0
pages/my/index.vue

@@ -1491,6 +1491,8 @@ export default {
 					this.companyStatus = res.data.status;
 					uni.setStorageSync("companyStatus", this.companyStatus);
 					uni.setStorageSync("companyName", res.data.companyAllName);
+					if(res.data.companyId)
+					this.$queue.setData('companyId',res.data.companyId)
 				} else {
 					this.companyStatus = "";
 					this.companyInfo = {};