From 99a876bf6733163b1fc82c8d6931f9f305226381 Mon Sep 17 00:00:00 2001 From: tianya Date: Mon, 26 Oct 2020 16:08:36 +0800 Subject: [PATCH] Update index_body.htm --- src/dede/templets/index_body.htm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/dede/templets/index_body.htm b/src/dede/templets/index_body.htm index 91dc9c27..b8c4f64b 100755 --- a/src/dede/templets/index_body.htm +++ b/src/dede/templets/index_body.htm @@ -416,19 +416,11 @@ `; } - if (typeof rsp.result.auth_version !== "undefined") { + if (typeof rsp.result.auth_version !== "undefined" && typeof rsp.result.auth_at !== "undefined") { infoStr += ` 授权版本: - v${rsp.result.auth_version}.x.x - - `; - } - if (typeof rsp.result.auth_at !== "undefined") { - infoStr += ` - - 授权时间: - ${rsp.result.auth_at} + v${rsp.result.auth_version}.x.x(时间:${rsp.result.auth_at}) `; }