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