1、修复编辑器不显示滚动条的BUG

2、优化按钮交互方式
3、新增Html编辑器按钮
This commit is contained in:
Minho
2017-05-10 13:43:36 +08:00
parent b393b07a86
commit 42b08a0b18
9 changed files with 96 additions and 11 deletions

View File

@@ -557,7 +557,7 @@ func (c *BookController) SaveSort() {
beego.Error(err)
c.JsonResult(6003,"数据错误")
}
fmt.Printf("%+v",docs)
for _,item := range docs {
if doc_id,ok := item["id"].(float64);ok {
doc,err := models.NewDocument().Find(int(doc_id));