Commit 69fdeda4 authored by xinyuandu's avatar xinyuandu

业态标签只管industry_type-->label,并且修复bug

parent 4986dfc9
...@@ -97,16 +97,16 @@ ...@@ -97,16 +97,16 @@
<li class="list-group-item"> <li class="list-group-item">
<label for="">业态(可多选)</label> <label for="">业态(可多选)</label>
<label class="checkbox-inline"> <label class="checkbox-inline">
<input type="checkbox" class="yetai" value="餐饮美食">商场美食 <input type="checkbox" class="yetai" value="商场美食 ">商场美食
</label> </label>
<label class="checkbox-inline"> <label class="checkbox-inline">
<input type="checkbox" class="yetai" value="餐饮美食">沿街餐饮 <input type="checkbox" class="yetai" value="沿街餐饮">沿街餐饮
</label> </label>
<label class="checkbox-inline"> <label class="checkbox-inline">
<input type="checkbox" class="yetai" value="百货零售">百货超市 <input type="checkbox" class="yetai" value="百货超市">百货超市
</label> </label>
<label class="checkbox-inline"> <label class="checkbox-inline">
<input type="checkbox" class="yetai" value="服">服饰鞋包 <input type="checkbox" class="yetai" value="服饰鞋包">服饰鞋包
</label> </label>
<label class="checkbox-inline"> <label class="checkbox-inline">
<input type="checkbox" class="yetai" value="休闲娱乐">休闲娱乐 <input type="checkbox" class="yetai" value="休闲娱乐">休闲娱乐
......
...@@ -1267,8 +1267,9 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function ...@@ -1267,8 +1267,9 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
'sign_rule': $.trim(_qianyueRuleObj.val()), 'sign_rule': $.trim(_qianyueRuleObj.val()),
'tiny_brochure_url': $.trim(_weilouLinkObj.val()), 'tiny_brochure_url': $.trim(_weilouLinkObj.val()),
'auditorium': _dajiangtangVal, 'auditorium': _dajiangtangVal,
'industry_type': _yetaiArr.join(','), //'industry_type': _yetaiArr.join(','),
'shop_sign': _roomTagArr.join(','), 'label' : _yetaiArr.join(','),
'shop_sign': _roomTagArr.join(','),
'area_width':_miankuanObj.val(), 'area_width':_miankuanObj.val(),
'depth':_jinshenObj.val(), 'depth':_jinshenObj.val(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment