Authored by tanling

拼团商品列表展示

@@ -2271,12 +2271,14 @@ @@ -2271,12 +2271,14 @@
2271 <input type="text" placeholder="轮播速度" placeholder="填0的表示不轮播" class="observe form-control input-form" data-field="speed" value="[[contentData.data.speed]]">ms 2271 <input type="text" placeholder="轮播速度" placeholder="填0的表示不轮播" class="observe form-control input-form" data-field="speed" value="[[contentData.data.speed]]">ms
2272 </div> 2272 </div>
2273 </div> 2273 </div>
2274 - <div class="row">  
2275 - <label class="col-sm-2 control-label">展示内容: </label>  
2276 - <div class="col-sm-8">  
2277 - <input type="checkbox" name="showProductName" class="showProductName" value="1" [[contentData.data.showProductName=="1"?"checked":""]]> 商品名称 &emsp;  
2278 - <input type="checkbox" name="showGroupPrice" class="showGroupPrice" value="1" [[contentData.data.showGroupPrice=="1"?"checked":""]]> 拼团价格 &emsp;  
2279 - <input type="checkbox" name="showGroupNum" class="showGroupNum" value="1" [[contentData.data.showGroupNum=="1"?"checked":""]]> 已拼数量 &emsp; 2274 + <div class="panel-body">
  2275 + <div class="row">
  2276 + <label class="col-sm-2 control-label">展示内容: </label>
  2277 + <div class="col-sm-8">
  2278 + <input type="checkbox" name="showProductName" class="showProductName" value="1" [[contentData.data.showProductName=="1"?"checked":""]]> 商品名称 &emsp;
  2279 + <input type="checkbox" name="showGroupPrice" class="showGroupPrice" value="1" [[contentData.data.showGroupPrice=="1"?"checked":""]]> 拼团价格 &emsp;
  2280 + <input type="checkbox" name="showGroupNum" class="showGroupNum" value="1" [[contentData.data.showGroupNum=="1"?"checked":""]]> 已拼数量 &emsp;
  2281 + </div>
2280 </div> 2282 </div>
2281 </div> 2283 </div>
2282 [[/if]] 2284 [[/if]]