소스 검색

Update index_body.htm

tags/6.0.0
tianya 4 년 전
부모
커밋
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>
`;
}


불러오는 중...
취소
저장