mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【修复】修复linux下添加和编辑商品页面,弹出新建sku模型因为linux大小写敏感导致404的问题。
This commit is contained in:
@@ -895,7 +895,7 @@
|
||||
area: ['550px', '90%'],
|
||||
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
||||
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)',
|
||||
function (data) {
|
||||
|
||||
@@ -969,7 +969,7 @@
|
||||
area: ['550px', '90%'],
|
||||
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
||||
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)',
|
||||
function (data) {
|
||||
|
||||
Reference in New Issue
Block a user