浏览代码

Update index_body.htm

tags/6.0.0
tianya 3 年前
父节点
当前提交
99a876bf67
共有 1 个文件被更改,包括 2 次插入10 次删除
  1. +2
    -10
      src/dede/templets/index_body.htm

+ 2
- 10
src/dede/templets/index_body.htm 查看文件

@@ -416,19 +416,11 @@
</tr>
`;
}
if (typeof rsp.result.auth_version !== "undefined") {
if (typeof rsp.result.auth_version !== "undefined" && typeof rsp.result.auth_at !== "undefined") {
infoStr += `
<tr>
<td class="nline" style="text-align:left"> 授权版本: </td>
<td class="nline" style="text-align:left"> v${rsp.result.auth_version}.x.x </td>
</tr>
`;
}
if (typeof rsp.result.auth_at !== "undefined") {
infoStr += `
<tr>
<td class="nline" style="text-align:left"> 授权时间: </td>
<td class="nline" style="text-align:left"> ${rsp.result.auth_at} </td>
<td class="nline" style="text-align:left"> v${rsp.result.auth_version}.x.x(时间:${rsp.result.auth_at})</td>
</tr>
`;
}


正在加载...
取消
保存