lyuis 7 月之前
父節點
當前提交
8b791c86ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -1679,7 +1679,7 @@ export default {
 		//跳转
 		goNav(url,company='') {
 			if(company=='company'){
-				if(this.jobSxTypeList.length<=0||this.jobSxTypeList[this.currentJobSx].id=='') return this.$queue.showToast('请先发布岗位');
+				if(this.jobSxTypeList.length<=0||this.jobSxTypeList[this.currentJobSx].id=='') return this.$queue.showToast('请先点击右上角发布岗位');
 			}
 			if (uni.getStorageSync('token')) {
 				// #ifdef MP-WEIXIN