Co-authored-by: techmovie <techmovie@users.noreply.github.com>
This commit is contained in:
parent
f4f14bcae7
commit
a9becf85e0
|
|
@ -26,7 +26,7 @@ function tryFixStatus(status) {
|
|||
isFixSuccess: false,
|
||||
why: status.msg ? status.msg : '[ 内容已被设为不可见 ]',
|
||||
};
|
||||
} else if (!status.activity || status.text === undefined || status.text === null || !status.uri) {
|
||||
} else if (status.text === undefined || status.text === null || !status.uri) {
|
||||
result = {
|
||||
isFixSuccess: false,
|
||||
why: status.msg ? status.msg : '[ 内容已不可访问 ]',
|
||||
|
|
|
|||
Loading…
Reference in New Issue