ai页面岗位跳转bug修复
This commit is contained in:
@@ -113,7 +113,7 @@ function handleMsgClick() {
|
||||
|
||||
if (item.noticeType === '4') {
|
||||
if (item.bussinessIdEncrypt) {
|
||||
navTo(`/packageA/pages/post/post?jobId=${encodeURIComponent(item.bussinessId)}&encryptJobId=${encodeURIComponent(item.bussinessIdEncrypt)}`);
|
||||
navTo(`/packageA/pages/post/post?encryptJobId=${encodeURIComponent(item.bussinessIdEncrypt)}`);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user