提交 099d8d94 编写于 作者: doc_wei's avatar doc_wei

页面监听事件

上级 0301d78a
......@@ -20,6 +20,23 @@ layui.config({
template: getFileContent('tpl/rmmysmpropage/pageTemplate.tpl'),
ajaxSendLoadBefore: function(hdb){
},
options: {
'click .reName':function(index, row){//重命名
},
'click .toUp':function(index, row){//上移
},
'click .toDown':function(index, row){//下移
},
'click .copyPage':function(index, row){//复制
},
'click .delPage':function(index, row){//删除
}
},
ajaxSendAfter:function(json){
//初始化加载小程序组件分组
showGrid({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册