1、在使用自定义字段时,后台可以实现拖动排序,前台却不能实现拖动排序
2、debug报错
Uncaught TypeError: $(...).sortable is not a function
需要加载jqueryui的js
<script src="{THEME_PATH}assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
迅睿CMS系统:https://www.xunruicms.com/
本文档原文地址:https://www.xunruicms.com/doc/895.html
来源:oschina
链接:https://my.oschina.net/finecms/blog/4254856