diff --git a/pages/person/index.vue b/pages/person/index.vue index b85e60e..81fe902 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -22,11 +22,18 @@ - + {{ agencyInfo.agencyName || agencyInfo.fullName || "-" }} - + + + + {{ waitNus }} + + @@ -164,6 +171,7 @@ export default { }, data() { return { + waitNus:0, agencyInfo: {}, addMemberShow: false, scrollTop: 0, @@ -335,13 +343,13 @@ export default { this.getAuthInfo(); this.getData(); this.getNum(); + this.getWait(); that.isCreator = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; that.agencyInfo = uni.getStorageSync("agencyInfo"); if (uni.getStorageSync("apply-userinfo").agencyStatus == 1) { this.getCompanyInfo(); } }); - // that.userInfo = uni.getStorageSync("apply-userinfo"); } else { that.waitNum_ups = 0; @@ -362,6 +370,12 @@ export default { } }, methods: { + getWait(){ + let that = this; + that.G.Get(that.api.person_applyNum,{},(res)=>{ + that.waitNus = res; + }) + }, setUserInfo() { let that = this; let defaultList = [