...
|
...
|
@@ -136,15 +136,15 @@ |
|
|
<div class="form-group">
|
|
|
<label class="col-sm-1 control-label">显示平台</label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="checkbox" value="iphone" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxiphone"> IOS手机
|
|
|
<input type="checkbox" value="ipad" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxipad"> IOS Pad
|
|
|
<input type="checkbox" value="android" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxandroid"> 安卓手机
|
|
|
<input type="checkbox" value="androidpad" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxandroidpad"> 安卓Pad
|
|
|
<input type="checkbox" value="h5" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxh5"> 手机网站
|
|
|
<input type="checkbox" value="web" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxweb"> 网站
|
|
|
<input type="checkbox" value="platform" style="width:18px;height:18px;margin-left:5px;" name="platform" id="checkboxplatform"> 平台
|
|
|
</div>
|
|
|
<input type="hidden" id="platform" for="radio" value="[[platform]]">
|
|
|
<input type="checkbox" value="iphone" style="width:18px;height:18px;margin-left:5px;" name="platform"> IOS手机
|
|
|
<input type="checkbox" value="ipad" style="width:18px;height:18px;margin-left:5px;" name="platform"> IOS Pad
|
|
|
<input type="checkbox" value="android" style="width:18px;height:18px;margin-left:5px;" name="platform"> 安卓手机
|
|
|
<input type="checkbox" value="androidpad" style="width:18px;height:18px;margin-left:5px;" name="platform"> 安卓Pad
|
|
|
<input type="checkbox" value="h5" style="width:18px;height:18px;margin-left:5px;" name="platform"> 手机网站
|
|
|
<input type="checkbox" value="web" style="width:18px;height:18px;margin-left:5px;" name="platform"> 网站
|
|
|
<input type="checkbox" value="platform" style="width:18px;height:18px;margin-left:5px;" name="platform"> 平台
|
|
|
</div>
|
|
|
<input type="hidden" id="platform" for="checkbox" value="[[platform]]">
|
|
|
</div><!-- form-group -->
|
|
|
<div class="form-group">
|
|
|
<label class="col-sm-1 control-label">排序</label>
|
...
|
...
|
|