| @@ -41,6 +41,7 @@ export default async function initCloudrainSow() { | |||||
| if (data.Lines == 0) { | if (data.Lines == 0) { | ||||
| if (max) { | if (max) { | ||||
| $("body").toast({ | $("body").toast({ | ||||
| class: "black", | |||||
| message: `您已翻阅至日志底部,请稍后再试!`, | message: `您已翻阅至日志底部,请稍后再试!`, | ||||
| }); | }); | ||||
| } else { | } else { | ||||
| @@ -87,6 +88,7 @@ export default async function initCloudrainSow() { | |||||
| if (data.Lines == 0) { | if (data.Lines == 0) { | ||||
| if (max) { | if (max) { | ||||
| $("body").toast({ | $("body").toast({ | ||||
| class: "black", | |||||
| message: `您已翻阅至日志顶部,请稍后再试!`, | message: `您已翻阅至日志顶部,请稍后再试!`, | ||||
| }); | }); | ||||
| } else { | } else { | ||||
| @@ -165,6 +167,7 @@ export default async function initCloudrainSow() { | |||||
| if (data.Lines == 0) { | if (data.Lines == 0) { | ||||
| if (max) { | if (max) { | ||||
| $("body").toast({ | $("body").toast({ | ||||
| class: "black", | |||||
| message: `您已翻阅至日志顶部,请稍后再试!`, | message: `您已翻阅至日志顶部,请稍后再试!`, | ||||
| }); | }); | ||||
| } else { | } else { | ||||
| @@ -244,6 +247,7 @@ export default async function initCloudrainSow() { | |||||
| if (data.Lines == 0) { | if (data.Lines == 0) { | ||||
| if (max) { | if (max) { | ||||
| $("body").toast({ | $("body").toast({ | ||||
| class: "black", | |||||
| message: `您已翻阅至日志底部,请稍后再试!`, | message: `您已翻阅至日志底部,请稍后再试!`, | ||||
| }); | }); | ||||
| } else { | } else { | ||||