From e7edd05d2712be4937d56a704db7eccd87e5c2f5 Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Mon, 25 Mar 2024 06:28:13 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=88=91=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=AE=E5=8A=A9=E4=B8=8E=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E3=80=81=E8=AE=BE=E7=BD=AE=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index 261494a..ff6d224 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -76,20 +76,20 @@ 我的申请 --> - + - + 客服电话 18500206848 工作时间 9:00-18:00 @@ -133,16 +133,16 @@ this.federationStatus = e.data.data.joined }) }, - logout() { - this.$store.dispatch('LogOut').then(() => { - // uni.reLaunch({ - // url: '/pages/login/login' - // }) - this.$store.dispatch('clearAuthState') - this.$store.dispatch('endRefreshNewsTimer') - location.href = "https://dy12333.org.cn/h5/" - }) - }, + // logout() { + // this.$store.dispatch('LogOut').then(() => { + // // uni.reLaunch({ + // // url: '/pages/login/login' + // // }) + // this.$store.dispatch('clearAuthState') + // this.$store.dispatch('endRefreshNewsTimer') + // location.href = "https://dy12333.org.cn/h5/" + // }) + // }, go(url) { uni.navigateTo({ url @@ -307,7 +307,7 @@ position: relative; overflow: auto; } - .btn-out { + /* .btn-out { background-color: #fefefe; margin-top: 20rpx; padding: 20rpx 0; @@ -315,5 +315,5 @@ font-family: PingFangSC-Regular; font-size: 32rpx; color: #F46161; - } + } */ From c6c40471376e26aad1a16401fd52ce2f68c49f9a Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Mon, 25 Mar 2024 15:20:14 +0800 Subject: [PATCH 2/4] =?UTF-8?q?1.=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 3 ++- pages/recruit/subPage/recruit.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index ff6d224..cb4b362 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -91,7 +91,8 @@ 退出登录 --> - 客服电话 18500206848 工作时间 9:00-18:00 + 德阳市人社局 0838-2505580 + 地址:德阳市旌阳区天山南路1段-102号 diff --git a/pages/recruit/subPage/recruit.vue b/pages/recruit/subPage/recruit.vue index 3bdb323..bdf2c52 100644 --- a/pages/recruit/subPage/recruit.vue +++ b/pages/recruit/subPage/recruit.vue @@ -92,7 +92,7 @@ value2: '招工内容', pageType: null, // null: 个人 enterprise: 企业 fileList1: [], - nonReactiveArray: ["发布任务", "发布岗位", "个体户招工"], + nonReactiveArray: ["发布任务", "发布岗位"], activeTab: 0, companyInfo: null, } From eca3de1c2d02f65f5c6565446c9c6bc29c05e7c0 Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Mon, 25 Mar 2024 15:20:23 +0800 Subject: [PATCH 3/4] =?UTF-8?q?1.=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index cb4b362..2589528 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -91,7 +91,7 @@ 退出登录 --> - 德阳市人社局 0838-2505580 + 德阳市人社局 电话:0838-2505580 地址:德阳市旌阳区天山南路1段-102号 From bcbe4d476b4d205383e6d3c32d5c8f75ae01dbcf Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Mon, 25 Mar 2024 15:49:41 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=B6loading=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=8E=BB=E6=8E=89=E7=99=BB=E5=BD=95=E4=B8=AD=E4=B8=89?= =?UTF-8?q?=E4=B8=AA=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 7a989da..41ad0f1 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -8,7 +8,7 @@ - 登录中 + 立即登录 立即登录