From 892c0b6b9a77099e36769f587ffada1bc3c5ae14 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 15:37:14 +0800 Subject: [PATCH 1/7] no message --- root/detail/userShare.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 9eb7b82..925b7d6 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -100,10 +100,11 @@
创建团队/企业
-
创建团队后可关注发单号,浏览职位及工单报名
+
团队名称/企业简称:
- +
+
创建团队后可关注发单号,浏览职位及工单报名。
取消
From d8743861960b53c3fc4fb40673fff40c6bacdff6 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Thu, 31 Jul 2025 15:56:24 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- utils/ajax.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 860e559..0f6f4be 100644 --- a/App.vue +++ b/App.vue @@ -55,7 +55,7 @@ export default { if (uni.getStorageSync("apply-token")) { that.checkNum(); } - }, 1 * 30 * 1000); + }, 30 * 1000); } uni.$on("isGlogin", function (data) { diff --git a/utils/ajax.js b/utils/ajax.js index f709e58..aadb6c7 100644 --- a/utils/ajax.js +++ b/utils/ajax.js @@ -116,6 +116,7 @@ let data = { // console.log('测试报错123123123123123123',res); // console.log('测试报错123123123123123123$url',$url); let resData = res.data; + if (resData.status == 200) {// 正常 callback(resData.data, resData.msg); } else if (resData.status == 9999) {// 登录过期或者身份变动等需要登录的场景 @@ -137,6 +138,7 @@ let data = { // } else { uni.showToast({ title: resData.msg, + // title:'系统异常,请稍后', icon: "none" }); failback(resData.msg); @@ -167,7 +169,8 @@ let data = { }, fail (error) { uni.showToast({ - title: error.errMsg, + // title: error.errMsg, + title:'系统异常,请稍后', icon: "none" }) failback(error); From 9ec4e7dcc2f5ef7c4c6da936bf40f51e881adc46 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 16:02:39 +0800 Subject: [PATCH 3/7] no message --- README.md | 6 ++++++ root/detail/userShare.vue | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2acbaa0 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 报名助手 + +``` +段后注释文本 +上8,#999,左对齐,14px +``` \ No newline at end of file diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 925b7d6..5bb69a9 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -100,11 +100,11 @@
创建团队/企业
-
团队名称/企业简称:
+
团队名称/企业简称:
-
创建团队后可关注发单号,浏览职位及工单报名。
+
创建团队后可关注发单号,浏览职位及工单报名。
取消
From 7842ab167e365f28eba2e78a8f7fe0acaec4e4ee Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Thu, 31 Jul 2025 16:03:15 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/App.vue b/App.vue index 0f6f4be..2774ed1 100644 --- a/App.vue +++ b/App.vue @@ -69,7 +69,13 @@ export default { // that.initWyyx() } }, - onHide: function () {}, + onHide: function () { + if (this.globalData.timer) { + clearInterval(this.globalData.timer); + this.globalData.timer = null; + console.log("定时任务已清除"); + } + }, methods: { initWyyx() { let that = this; From d8b296f1037077b4a9a8967554422a6f544e8e9d Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 16:04:14 +0800 Subject: [PATCH 5/7] no message --- root/person/set.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/person/set.vue b/root/person/set.vue index 25324ef..f360b07 100644 --- a/root/person/set.vue +++ b/root/person/set.vue @@ -19,7 +19,7 @@ - 关闭后,首页收到的发单号邀请不再主动弹出 + 关闭后,首页收到的发单号邀请不再主动弹出 +
创建团队/企业
-
团队名称/企业简称:
+
团队名称/企业简称:
From db37546286a623106bda86e25e9365199d16da29 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:04:22 +0800 Subject: [PATCH 7/7] no message --- root/bind/myMain.vue | 2 +- root/person/teamManage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/root/bind/myMain.vue b/root/bind/myMain.vue index 3f5689a..31defef 100644 --- a/root/bind/myMain.vue +++ b/root/bind/myMain.vue @@ -69,7 +69,7 @@ - + diff --git a/root/person/teamManage.vue b/root/person/teamManage.vue index a9a2a9c..086e532 100644 --- a/root/person/teamManage.vue +++ b/root/person/teamManage.vue @@ -26,7 +26,7 @@
- +