mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-21 19:29:53 +08:00
1、修复编辑器不显示滚动条的BUG
2、优化按钮交互方式 3、新增Html编辑器按钮
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user