社区升级

1、表字段统一小写,
   2、表模块划分
   3、表状态等字段统一smallint
   4、部分字段值重新定义
This commit is contained in:
2018-06-17 20:37:12 +08:00
parent 05bcd44e97
commit 1f79682516
35 changed files with 832 additions and 948 deletions

View File

@@ -250,12 +250,12 @@ layui.define(['layer', 'laytpl', 'form', 'element', 'upload', 'util', 'face'], f
}
,editer: function(){
,editer: function(key){
var E = window.wangEditor;
var editor = new E('#editor');
editor.customConfig.uploadImgServer = '/upload/img';
var cache_key = "content_" + $("input[name='contentId']").val();
var cache_key = key+"_" + $("input[name='contentid']").val();
var html = localStorage.getItem(cache_key);
editor.customConfig.onblur = function (html) {