Browse Source

Merge remote-tracking branch 'origin/V20221102' into repo-migrate

tags/v1.22.11.1^2
chenyifan01 3 years ago
parent
commit
6291a81ade
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      web_src/js/features/cloudbrainShow.js

+ 6
- 1
web_src/js/features/cloudbrainShow.js View File

@@ -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 {
@@ -278,7 +282,8 @@ export default async function initCloudrainSow() {
});

let test = $(`#log_file${version_name}`).nextAll();
$(`#log${version_name} input[name=init_log]`).val(test[0].innerHTML);
test.length !== 0 &&
$(`#log${version_name} input[name=init_log]`).val(test[0].innerHTML);

scrollAnimation(
logContentDom,


Loading…
Cancel
Save