Explorar el Código

欢迎页设置调整,保存后才能预览

zhangweicheng hace 5 años
padre
commit
03db187e69
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 () {
     $("#review").click(function () {
-        $("#reviewBody").html(editor.getValue());
+      //  $("#reviewBody").html(editor.getValue());
         $("#view").modal("show")
         $("#view").modal("show")
     });
     });
 
 

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

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