| | |
| | |
|
| | | 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');
|
| | |
| | | // 刷新按钮
|
| | | $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');
|