消息页面需求修改

This commit is contained in:
FengHui
2026-05-19 13:21:35 +08:00
parent 57994d1b2c
commit a070976c0c
5 changed files with 141 additions and 8 deletions

View File

@@ -66,6 +66,13 @@ async function loadData() {
}
function seeDetail(item, index) {
if (item.noticeType === '4') {
useReadMsg().markAsRead(item, index);
if (item.bussinessId) {
navTo(`/packageA/pages/post/post?jobId=${encodeURIComponent(item.bussinessId)}&encryptJobId=${encodeURIComponent(item.bussinessId)}`);
}
return;
}
switch (item.title) {
case '职位上新':
useReadMsg().markAsRead(item, index);