From 37d75d46feef9a59502b62e91166c73d11b93a7b Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Fri, 8 Aug 2025 11:40:41 +0800
Subject: [PATCH] no message
---
pages/person/index.vue | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
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 = [