xiaoyong931011
2020-06-30 2d57b956efa9227c602ab6598bfa8958fcea3e34
src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
@@ -100,7 +100,6 @@
            
            if (layEvent === 'edit') {
                febs.modal.open('轮播图设置', 'modules/systemSetting/platformBannerUpdate/' + data.id, {
                    area: $(window).width() <= 1000 ? '100%' : '50%',
                    btn: ['提交', '取消'],
                    yes: function (index, layero) {
                        $('#user-update').find('#submit').trigger('click');
@@ -134,7 +133,6 @@
        // 刷新按钮
        $add.on('click', function () {
           febs.modal.open('轮播图新增', 'modules/systemSetting/platformBannerAdd/', {
                area: $(window).width() <= 1000 ? '100%' : '50%',
                btn: ['提交', '取消'],
                yes: function (index, layero) {
                    $('#user-add').find('#submit').trigger('click');