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 @@