...
|
...
|
@@ -1418,6 +1418,17 @@ $(document).on("change", '#floorContent', function () { |
|
|
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");
|
...
|
...
|
|