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