@@ -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