From 817195aa455ea308d99b4724d861cdd242c13937 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 15 May 2026 17:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/person/index.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pages/person/index.vue b/pages/person/index.vue index ee905a6..ee73c35 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -66,14 +66,14 @@ @clickItem="goPage('/root/bind/fensi')" /> - + @@ -247,6 +246,7 @@ export default { onReady() {}, data() { return { + applystatys:null, isJm:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827', themeColor: getApp().globalData.themeColor, themeBackgroundColor: getApp().globalData.themeBackgroundColor, @@ -343,6 +343,7 @@ export default { that.setUserInfo(); that.getResumeInfo(); that.getData(); + that.getinfoByLogin(); }); } else { that.pageSpeed = 1; @@ -357,6 +358,13 @@ export default { } }, methods: { + getinfoByLogin(){ + let that = this; + that.G.Get(that.api.get_infoByLogin + '/' + uni.getStorageSync("AGENCY_ID"), {}, (res) => { + console.log("getinfoByLogin", res); + that.applystatys = res; + }); + }, getResumeInfo() { let that = this; that.G.Get(`/yishoudan/order/helper/check/neworder`, {}, (resorder) => {