Authored by ZhongW

店铺装修提示信息

... ... @@ -438,7 +438,8 @@ function gridInit(id){
el:"#"+id,
columns:[
{display:"店铺banner图片", render:function(item){
return "<input type=file name='shopBannerImage' id='shopBannerImage_"+item.__index+"' value='"+item.shopSrc+"' />";
return "<div><input type=file name='shopBannerImage' id='shopBannerImage_"+item.__index+"' value='"+item.shopSrc+"' /></div>" +
"<div style='color: #ec971f;clear: both;padding-top: 5px;'>* 店铺banner图片尺寸:1150*200</div>";
}},
{display:"是否显示店铺名称", render:function(item){
if(item.isShowShopName == "Y"){
... ... @@ -450,7 +451,8 @@ function gridInit(id){
}
}},
{display:"商品详情页banner图片", render:function(item){
return "<input type=file name='DetailbannerImage' id='DetailbannerImage_"+item.__index+"' value='"+item.detailSrc+"' />";
return "<div><input type=file name='DetailbannerImage' id='DetailbannerImage_"+item.__index+"' value='"+item.detailSrc+"' /></div>" +
"<div style='color: #ec971f;clear: both;padding-top: 5px;'>* 商品详情页banner图片尺寸:1920*45</div>";
}}
]
});
... ... @@ -466,7 +468,8 @@ function gridInit(id){
el:"#"+id,
columns:[
{display:"店铺banner图片", render:function(item){
return "<input type=file name='shopBannerImage' id='shopBannerImage_"+item.__index+"' value='"+item.shopSrc+"' />";
return "<div><input type=file name='shopBannerImage' id='shopBannerImage_"+item.__index+"' value='"+item.shopSrc+"' /></div>" +
"<div style='color: #ec971f;clear: both;padding-top: 5px;'>* 店铺banner图片尺寸:1150*200</div>";
}},
{display:"是否显示店铺名称", render:function(item){
if(item.isShowShopName == "Y"){
... ... @@ -478,7 +481,8 @@ function gridInit(id){
}
}},
{display:"商品详情页banner图片", render:function(item){
return "<input type=file name='DetailbannerImage' id='DetailbannerImage_"+item.__index+"' value='"+item.detailSrc+"' />";
return "<div><input type=file name='DetailbannerImage' id='DetailbannerImage_"+item.__index+"' value='"+item.detailSrc+"' /></div>" +
"<div style='color: #ec971f;clear: both;padding-top: 5px;'>* 商品详情页banner图片尺寸:1920*45</div>";
}}
]
});
... ...