ソースを参照

隐藏Z+登录选择版本显示介绍内容

laiguoran 5 年 前
コミット
746c6d3e34
1 ファイル変更1 行追加1 行削除
  1. 1 1
      web/users/html/login-ver.html

+ 1 - 1
web/users/html/login-ver.html

@@ -29,7 +29,7 @@
                             <div class="card card-block">
                                 <div class="card-body">
                                     <h3 class="card-title"><%= ver.name %></h3>
-                                    <p class="card-text"><%= ver.description ? ver.description : '介绍内容' %></p>
+                                    <!--<p class="card-text"><%= ver.description ? ver.description : '介绍内容' %></p>-->
                                     <a class="btn btn-primary" href="/boot/<%= ver._id.toString() %>">开始使用</a>
                                 </div>
                             </div>