mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-06 02:49:48 +08:00
【修复】修复后台代理商链接因大小写原因导致html请求404的问题。
This commit is contained in:
@@ -222,7 +222,7 @@
|
|||||||
area: ['640px', '300px'],
|
area: ['640px', '300px'],
|
||||||
id: 'LAY-popup-CoreCmsAgent-edit',
|
id: 'LAY-popup-CoreCmsAgent-edit',
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
view(this.id).render('Agent/agents/edit', { data: e.data }).done(function () {
|
view(this.id).render('agent/agents/edit', { data: e.data }).done(function () {
|
||||||
//监听提交
|
//监听提交
|
||||||
form.on('submit(LAY-app-CoreCmsAgent-editForm-submit)',
|
form.on('submit(LAY-app-CoreCmsAgent-editForm-submit)',
|
||||||
function (data) {
|
function (data) {
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
area: ['700px', '550px'],
|
area: ['700px', '550px'],
|
||||||
id: 'LAY-popup-CoreCmsAgent-details',
|
id: 'LAY-popup-CoreCmsAgent-details',
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
view(this.id).render('Agent/agents/details', { data: e.data }).done(function () {
|
view(this.id).render('agent/agents/details', { data: e.data }).done(function () {
|
||||||
form.render();
|
form.render();
|
||||||
});
|
});
|
||||||
// 禁止弹窗出现滚动条
|
// 禁止弹窗出现滚动条
|
||||||
|
|||||||
Reference in New Issue
Block a user