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 7d603d1..9265cd3 100644
--- a/root/home/quickApplication.vue
+++ b/root/home/quickApplication.vue
@@ -3,7 +3,7 @@
- 老乡信息
+ 工友信息
@@ -58,7 +58,7 @@
- 添加老乡
+ 添加工友
职位信息