...
|
...
|
@@ -354,10 +354,34 @@ var Bll = { |
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
//推手推荐
|
|
|
if(module.contentData.template_name == 'pusherGoodsRoll'){
|
|
|
if(module.contentData.data.title == ''){
|
|
|
common.util.__tip('标题不能为空!', 'warning');
|
|
|
return false;
|
|
|
}
|
|
|
if(module.contentData.data.speed == '' || module.contentData.data.speed == 0){
|
|
|
common.util.__tip('请设置轮播速度!', 'warning');
|
|
|
return false;
|
|
|
}
|
|
|
var productSkns = module.contentData.data.productSkns;
|
|
|
|
|
|
if (productSkns == ''){
|
|
|
common.util.__tip('请设置优先skn', 'warning');
|
|
|
return false;
|
|
|
}
|
|
|
module.contentData.data.productSkns = productSkns.replace(',',',');
|
|
|
var n = (module.contentData.data.productSkns.split(',')).length;
|
|
|
if(n > 15) {
|
|
|
common.util.__tip('最多设置15个SKN', 'warning');
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
var couponFlag = true;
|
|
|
//好店推荐切换radio,增加/删除校验
|
|
|
var shopRecommendFlag = false;
|
|
|
if(module.contentData.template_name == 'shopRecommend') {
|
|
|
if(module.contentData.template_name == 'shopRecommend') {
|
|
|
if(module.contentData.isShopRecommend=="N"||module.contentData.isShopRecommend==""){
|
|
|
$(".shopRecommendRequired").attr("required",true);
|
|
|
module.contentData.shopChannelId='';
|
...
|
...
|
@@ -2899,7 +2923,7 @@ BT.push({ |
|
|
"buttonNames":['splitJointImg','splitJointImgBanner','twoPicture','newSingleImage','imageListFloor','divideImage','floorMark','focus','newUserFloor','imageListBanner',
|
|
|
'guessLike','newProductListFloor','headChannelSwitch','category',
|
|
|
'popularListFloor','newProductListMerge','singleColumnProduct','findGoodsListFloor','recommendContentFive','limitSaleListFloor','editorTalk',
|
|
|
'shopActivityListFloor','shopFloor','tabFloor','textNav','tfGoodsList','recommendGoodsGroup','guangRqFloor','guangShowOrderFloor','timeImage', 'verticalCarousel']
|
|
|
'shopActivityListFloor','shopFloor','tabFloor','textNav','tfGoodsList','recommendGoodsGroup','guangRqFloor','guangShowOrderFloor','timeImage', 'verticalCarousel', 'pusherGoodsRoll']
|
|
|
});
|
|
|
BT.push({
|
|
|
"channel":"pc",
|
...
|
...
|
@@ -2911,7 +2935,7 @@ BT.push({ |
|
|
});
|
|
|
BT.push({
|
|
|
"channel":"miniapp",
|
|
|
"buttonNames":['focus','recommendContentFive','imageListFloor','newSingleImage','newProductListFloor','popularListFloor','splitJointImg','splitJointImgBanner']
|
|
|
"buttonNames":['focus','recommendContentFive','imageListFloor','newSingleImage','newProductListFloor','popularListFloor','splitJointImg','splitJointImgBanner', 'pusherGoodsRoll']
|
|
|
});
|
|
|
BT.push({
|
|
|
"channel":"blk",
|
...
|
...
|
|