...
|
...
|
@@ -122,7 +122,6 @@ webpackJsonp([151],{ |
|
|
return false;
|
|
|
}
|
|
|
|
|
|
|
|
|
// 通用楼层检查
|
|
|
if (module.contentData.template_name == 'floorMark'){
|
|
|
if (module.contentData.floorCategory =='-1'){
|
...
|
...
|
@@ -1262,6 +1261,16 @@ webpackJsonp([151],{ |
|
|
// 默认模式
|
|
|
if(isDefault=='1') {
|
|
|
$("#divideDefinedDiv").find("input[type=file]").removeAttr("required");
|
|
|
Bll.module.contentData.imageHeight = '';
|
|
|
Bll.module.contentData.imageWidth = '';
|
|
|
Bll.module.contentData.data =[{
|
|
|
"url": {
|
|
|
"action": "",
|
|
|
"url": ""
|
|
|
},
|
|
|
"alt": "",
|
|
|
"src": ""
|
|
|
}];
|
|
|
}
|
|
|
// 图片模式
|
|
|
else{
|
...
|
...
|
@@ -1418,11 +1427,28 @@ webpackJsonp([151],{ |
|
|
Bll.renderDialog("splitJointImg-template");
|
|
|
});
|
|
|
|
|
|
|
|
|
$(document).on("change", '#img_version_control', function () {
|
|
|
Bll.module.contentData.version_control = $(this).val();
|
|
|
Bll.renderDialog("imageListFloor-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#floorContent', function () {
|
|
|
Bll.module.contentData.floorContent = $(this).val();
|
|
|
Bll.renderDialog("floorMark-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#splitJoint_leave_blank', function () {
|
|
|
Bll.module.contentData.leave_blank = $(this).val();
|
|
|
Bll.renderDialog("splitJointImg-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#banner_leave_blank', function () {
|
|
|
Bll.module.contentData.leave_blank = $(this).val();
|
|
|
Bll.renderDialog("splitJointImgBanner-template");
|
|
|
});
|
|
|
|
|
|
|
|
|
$(document).on("change", '#position-select', function () {
|
|
|
Bll.module.contentData.data.ufo_position = $(this).val();
|
|
|
Bll.renderDialog("cpsShowBanner-template");
|
...
|
...
|
@@ -1526,7 +1552,14 @@ webpackJsonp([151],{ |
|
|
Bll.renderDialog("splitJointImgBanner-template");
|
|
|
});
|
|
|
|
|
|
|
|
|
$(document).on("change", '#focus_is_extend', function () {
|
|
|
if ($(this).is(':checked')) {
|
|
|
Bll.module.contentData.is_extend = 1;
|
|
|
}else{
|
|
|
Bll.module.contentData.is_extend = 0;
|
|
|
}
|
|
|
Bll.renderDialog("focus-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#isNewUserFloor', function () {
|
|
|
if ($(this).is(':checked')) {
|
...
|
...
|
@@ -2803,7 +2836,8 @@ webpackJsonp([151],{ |
|
|
image_height:"",
|
|
|
image_width:"",
|
|
|
is_extend:"",
|
|
|
version_control:"1"
|
|
|
version_control:"1",
|
|
|
leave_blank:"blank"
|
|
|
},
|
|
|
{
|
|
|
template_intro: "均分图片轮播图",
|
...
|
...
|
@@ -2824,6 +2858,7 @@ webpackJsonp([151],{ |
|
|
img_rows:"",
|
|
|
img_columns:"",
|
|
|
is_extend:"",
|
|
|
leave_blank:"blank"
|
|
|
},
|
|
|
{
|
|
|
template_intro: "猜你喜欢",
|
...
|
...
|
@@ -2879,6 +2914,7 @@ webpackJsonp([151],{ |
|
|
isFocusRec:""
|
|
|
}
|
|
|
],
|
|
|
is_extend:"",
|
|
|
image_height:"",
|
|
|
image_width:"",
|
|
|
after_app_version_682: 0,
|
...
|
...
|
@@ -4485,7 +4521,8 @@ webpackJsonp([151],{ |
|
|
"title":"",
|
|
|
"list":[]
|
|
|
},
|
|
|
"isNewFloor":"1"
|
|
|
"isNewFloor":"1",
|
|
|
version_control:"1",
|
|
|
},
|
|
|
{
|
|
|
template_intro: "图片列表轮播图",
|
...
|
...
|
|