diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue index 44b5441..32d53b0 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -170,7 +170,11 @@
@@ -847,6 +851,9 @@ export default { }, // 组件方法 methods: { + noCustom() { + this.$message.error('此职位暂未接入客服'); + }, async getJobDetail() { console.log("this.id", this.id); try {