| | |
| | | layEvent = obj.event; |
| | | console.log("触发事件:", obj.event); // 调试信息 |
| | | if(layEvent === 'scAdd'){ |
| | | febs.modal.open('新增活动', 'modules/socialCircle/add/', { |
| | | febs.modal.open('新增', 'modules/socialCircle/add/', { |
| | | btn: ['提交', '取消'], |
| | | area:['100%','100%'], |
| | | yes: function (index, layero) { |
| | |
| | | |
| | | {type: 'numbers', title: '', width: 80}, |
| | | {title: '操作', toolbar: '#activityOption', minWidth: 200, align: 'center'}, |
| | | {field: 'name', title: '名称', minWidth: 150,align:'left'}, |
| | | {field: 'name', title: '标题', minWidth: 150,align:'left'}, |
| | | {field: 'memberName', title: '发布人', minWidth: 150,align:'left'}, |
| | | {field: 'categoryName', title: '分类', minWidth: 150,align:'left'}, |
| | | {field: 'name', title: '标题', minWidth: 150,align:'left'}, |
| | | {field: 'state', title: '状态', templet: '#scStateSwitch', minWidth: 130,align:'center'} |
| | | ]] |
| | | }); |