...
|
...
|
@@ -1287,6 +1287,11 @@ webpackJsonp([151],{ |
|
|
Bll.renderDialog("focus-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#version_control', function () {
|
|
|
Bll.module.contentData.version_control = $(this).val();
|
|
|
Bll.renderDialog("splitJointImg-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#position-select', function () {
|
|
|
Bll.module.contentData.data.ufo_position = $(this).val();
|
|
|
Bll.renderDialog("cpsShowBanner-template");
|
...
|
...
|
@@ -2616,7 +2621,8 @@ webpackJsonp([151],{ |
|
|
}],
|
|
|
image_height:"",
|
|
|
image_width:"",
|
|
|
is_extend:"1"
|
|
|
is_extend:"1",
|
|
|
version_control:"1"
|
|
|
},
|
|
|
{
|
|
|
template_intro: "猜你喜欢",
|
...
|
...
|
|