mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:43:25 +08:00
【优化】优化广告位后台管理html文件大小写,防止linux下敏感。
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
area: ['600px', '400px'],
|
||||
id: 'LAY-popup-CoreCmsAdvertPosition-create',
|
||||
success: function (layero, index) {
|
||||
view(this.id).render('content/advert/advertposition/create', { data: e.data }).done(function () {
|
||||
view(this.id).render('content/advert/advertPosition/create', { data: e.data }).done(function () {
|
||||
//监听提交
|
||||
form.on('submit(LAY-app-CoreCmsAdvertPosition-createForm-submit)',
|
||||
function (data) {
|
||||
@@ -239,7 +239,7 @@
|
||||
area: ['600px', '400px'],
|
||||
id: 'LAY-popup-CoreCmsAdvertPosition-edit',
|
||||
success: function (layero, index) {
|
||||
view(this.id).render('content/advert/advertposition/edit', { data: e.data }).done(function () {
|
||||
view(this.id).render('content/advert/advertPosition/edit', { data: e.data }).done(function () {
|
||||
//监听提交
|
||||
form.on('submit(LAY-app-CoreCmsAdvertPosition-editForm-submit)',
|
||||
function (data) {
|
||||
|
||||
Reference in New Issue
Block a user