Browse Source

Merge pull request 'fix-2902' (#3125) from fix-2902 into V20221102

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/3125
Reviewed-by: chenshihai <chenshh@pcl.ac.cn>
tags/v1.22.11.1^2
chenshihai 3 years ago
parent
commit
be576df299
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/js/features/cloudbrainShow.js

+ 4
- 0
web_src/js/features/cloudbrainShow.js View File

@@ -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 {


Loading…
Cancel
Save