From 29edca07e8407388e884baff951f63ef5c77d78a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:19:23 +0800 Subject: [PATCH 1/2] no message --- root/home/components/AiApply.vue | 9 ++++++++- root/home/quickApplication.vue | 10 +++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index eb78fc3..384878e 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -145,7 +145,14 @@ export default { uni.getClipboardData({ success(res) { console.log(res) - that.aitext = res.data + if(res.data){ + that.aitext = res.data + }else{ + uni.showToast({ + title: '请先复制内容', + icon: 'none', + }) + } }, fail() { uni.showToast({ diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 40fffbe..b435c81 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -3,7 +3,7 @@ - 老乡信息 + 工友信息 @@ -63,7 +63,7 @@ - 添加老乡 + 添加工友 职位信息 @@ -489,10 +489,10 @@ let that = this, params = {}, info = null; - // 如果第一个老乡信息没有编辑, 则进行提示 + // 如果第一个工友信息没有编辑, 则进行提示 // if (!that.persenInfo[0].userName && $item === "") { // uni.showToast({ - // title: "请先编辑第一个老乡信息", + // title: "请先编辑第一个工友信息", // icon: "none", // }); // return; @@ -544,7 +544,7 @@ if (that.persenInfo.length == 0) { uni.showToast({ icon: "none", - title: "请输入老乡信息", + title: "请输入工友信息", }); return false; } From 5aa3796dabb86664d0f735afd8a749f528bee9c9 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:22:27 +0800 Subject: [PATCH 2/2] no message --- root/home/quickApplication.vue | 78 +++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index b435c81..e5e5ba9 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -204,6 +204,19 @@ customRequire: true, pColumn: 12, }, + { + icon: "", + label: "面试时间", + result: "", + path: "", + value: that.updateInfo.interviewTimeStr, + tip: "slot-time", + require: true, + customRequire: true, + type: "slot", + pColumn: 12, + from: "reservation-time", + }, { icon: '', label: '面试地址', @@ -223,19 +236,6 @@ require: false, suffix: 'icon-dizhi1', }, - { - icon: "", - label: "面试时间", - result: "", - path: "", - value: that.updateInfo.interviewTimeStr, - tip: "slot-time", - require: true, - customRequire: true, - type: "slot", - pColumn: 12, - from: "reservation-time", - }, { icon: "", label: "财务结算", @@ -328,6 +328,19 @@ customRequire: true, pColumn: 12, }, + { + icon: "", + label: "面试时间", + result: "", + path: "", + value: that.updateInfo.interviewTimeStr, + tip: "slot-time", + require: true, + customRequire: true, + type: "slot", + pColumn: 12, + from: "reservation-time", + }, { icon: '', label: '面试地址', @@ -347,19 +360,6 @@ require: false, suffix: 'icon-dizhi1', }, - { - icon: "", - label: "面试时间", - result: "", - path: "", - value: that.updateInfo.interviewTimeStr, - tip: "slot-time", - require: true, - customRequire: true, - type: "slot", - pColumn: 12, - from: "reservation-time", - }, { icon: "", label: "财务结算", @@ -390,6 +390,19 @@ customRequire: true, pColumn: 12, }, + { + icon: "", + label: "面试时间", + result: "", + path: "", + value: that.updateInfo.interviewTimeStr, + tip: "slot-time", + require: true, + customRequire: true, + type: "slot", + pColumn: 12, + from: "reservation-time", + }, { icon: '', label: '面试地址', @@ -409,19 +422,6 @@ require: false, suffix: 'icon-dizhi1', }, - { - icon: "", - label: "面试时间", - result: "", - path: "", - value: that.updateInfo.interviewTimeStr, - tip: "slot-time", - require: true, - customRequire: true, - type: "slot", - pColumn: 12, - from: "reservation-time", - }, { icon: "", label: "财务结算",