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}) `; }