mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
【修复】修复linux下添加和编辑商品页面,弹出新建sku模型因为linux大小写敏感导致404的问题。
This commit is contained in:
@@ -895,7 +895,7 @@
|
|||||||
area: ['550px', '90%'],
|
area: ['550px', '90%'],
|
||||||
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
view(this.id).render('good/goodsTypeSpec/create', { data: e.data }).done(function () {
|
view(this.id).render('good/goodstypespec/create', { data: e.data }).done(function () {
|
||||||
//监听提交
|
//监听提交
|
||||||
form.on('submit(LAY-app-CoreCmsGoodsTypeSpec-createForm-submit)',
|
form.on('submit(LAY-app-CoreCmsGoodsTypeSpec-createForm-submit)',
|
||||||
function (data) {
|
function (data) {
|
||||||
|
|||||||
@@ -969,7 +969,7 @@
|
|||||||
area: ['550px', '90%'],
|
area: ['550px', '90%'],
|
||||||
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
view(this.id).render('good/goodsTypeSpec/create', { data: e.data }).done(function () {
|
view(this.id).render('good/goodstypespec/create', { data: e.data }).done(function () {
|
||||||
//监听提交
|
//监听提交
|
||||||
form.on('submit(LAY-app-CoreCmsGoodsTypeSpec-createForm-submit)',
|
form.on('submit(LAY-app-CoreCmsGoodsTypeSpec-createForm-submit)',
|
||||||
function (data) {
|
function (data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user