From 6510a4d62b16cce295d5f69a400ceed2603b4660 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 11 Mar 2026 18:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- pages/person/index.vue | 2 +- root/detail/job.vue | 1831 ++++++++++++++++++++++++++++- root/detail/userShare.vue | 8 +- root/home/applicationSuccess.vue | 4 +- root/person/applyManage.vue | 19 +- root/person/teamManage.vue | 2 +- uni_modules/rh-ui/libs/utils/base.js | 2098 +++++++++++++++++----------------- 8 files changed, 2908 insertions(+), 1058 deletions(-) diff --git a/App.vue b/App.vue index 271a3d3..214f503 100644 --- a/App.vue +++ b/App.vue @@ -464,7 +464,7 @@ export default { let that = this; if (uni.getStorageSync("apply-token")) { that.G.Get(that.api.bind_getApplyNum, {}, (res) => { - console.log("获取待处理数量:", res); + // console.log("获取待处理数量:", res); that.G.Get(that.api.person_applyNum, {}, (applyNum) => { if (res.approvePassHasNotRed + applyNum > 0) { uni.setTabBarBadge({ diff --git a/pages/person/index.vue b/pages/person/index.vue index 737246e..691b0e8 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -84,7 +84,7 @@ @clickItem="handleClickNus" /> --> - + {{ applyNum }} diff --git a/root/detail/job.vue b/root/detail/job.vue index 4dace32..e8f04be 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -1,16 +1,1829 @@