修改上传图片安全验证问题
This commit is contained in:
@@ -62,7 +62,7 @@ const NewFollow = () => {
|
||||
if (allFanIds.length > 0) {
|
||||
// 使用统一接口标记已读,传入所有关注者ID
|
||||
messageService.markAsRead('follow', allFanIds).catch(e => {
|
||||
console.error("标记关注已读失败:", e);
|
||||
console.warn("标记关注已读失败:", e);
|
||||
});
|
||||
}
|
||||
} else {
|
||||
@@ -168,7 +168,7 @@ const NewFollow = () => {
|
||||
|
||||
if (allFanIds.length > 0) {
|
||||
messageService.markAsRead('follow', allFanIds).catch(e => {
|
||||
console.error("标记关注已读失败:", e);
|
||||
console.warn("标记关注已读失败:", e);
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user