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