소스 검색

文字修改

laiguoran 4 년 전
부모
커밋
c9c8fb29a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/users/html/user-buy.html

+ 1 - 1
web/users/html/user-buy.html

@@ -110,7 +110,7 @@
                                             <% if (compilation.deadline !== undefined && compilation.deadline !== '') { %><span class="d-block text-danger">已到期:<%= compilation.deadline %></span><% } %>
                                             <% } else { %>
                                             <a href="javascript:void(0);" class="btn btn-outline-secondary btn-sm getcategory" data-title="<%= compilation.name %>" data-upgrade="<%= compilation.isUpgrade %>" data-category="<%= compilation.categoryID %>"><i class="fa fa-check"></i> 已激活</a>
-                                            <% if (compilation.deadline !== undefined && compilation.deadline !== '') { %><span class="d-block text-muted">期:<%= compilation.deadline %></span><% } %>
+                                            <% if (compilation.deadline !== undefined && compilation.deadline !== '') { %><span class="d-block text-muted">期:<%= compilation.deadline %></span><% } %>
                                             <% } %>
                                             </div>
                                         </li>