消息页面需求修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user