Browse Source

Update index_body.htm

tags/6.0.0
tianya 3 years ago
parent
commit
99a876bf67
1 changed files with 2 additions and 10 deletions
  1. +2
    -10
      src/dede/templets/index_body.htm

+ 2
- 10
src/dede/templets/index_body.htm View File

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


Loading…
Cancel
Save