Browse Source

欢迎页预览调整

zhangweicheng 5 years ago
parent
commit
84acded473
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/users/js/welcome.js
  2. 1 1
      web/users/views/welcome/index.html

+ 1 - 1
web/users/js/welcome.js

@@ -14,7 +14,7 @@ $(document).ready(function() {
    });
 
     $("#review").click(function () {
-        $("#reviewBody").html(editor.getValue());
+       // $("#reviewBody").html(editor.getValue());
         $("#view").modal("show")
     });
 

+ 1 - 1
web/users/views/welcome/index.html

@@ -63,7 +63,7 @@
             </div>
             <div class="modal-body" >
                 <div style="margin:1px;height:400px;overflow-y: auto ;" id="reviewBody">
-                    内容
+                    <%- setting.context %>
                 </div>
 
             </div>