Authored by tanling

通用楼层

... ... @@ -14,7 +14,7 @@
<!-- 楼层分类 -->
<script type="text/template" id="floorCategory_template">
<option value="">请选择</option>
<option value="-1">请选择</option>
<%each floorCategroy as item index%>
<option value="<%item.id%>"><%item.text%></option>
<%/each%>
... ...
... ... @@ -1438,6 +1438,11 @@ $(document).on("change", '#img_width', function () {
Bll.renderDialog("splitJointImgBanner-template");
});
$(document).on("change", '#floorCategory', function () {
Bll.module.contentData.floorCategory = $(this).val();
});
$(document).on("change", '#split_image_height', function () {
Bll.module.contentData.image_height = $(this).val();
Bll.renderDialog("splitJointImg-template");
... ...