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) => {