...
|
...
|
@@ -101,12 +101,12 @@ |
|
|
<div class="form-group">
|
|
|
<label class="col-sm-2 control-label">频道</label>
|
|
|
<div class="col-sm-8">
|
|
|
<label style="cursor: pointer;"><input type="radio" name="yhChannel" value="1">男生</label>
|
|
|
<label style="cursor: pointer;"><input type="radio" name="yhChannel" value="2">女生</label>
|
|
|
<label style="cursor: pointer;"><input type="radio" name="yhChannel" value="3">儿童</label>
|
|
|
<label style="cursor: pointer;"><input type="radio" name="yhChannel" value="4">创意生活</label>
|
|
|
<label style="cursor: pointer;"><input type="checkbox" name="yhChannel" value="1">男生</label>
|
|
|
<label style="cursor: pointer;"><input type="checkbox" name="yhChannel" value="2">女生</label>
|
|
|
<label style="cursor: pointer;"><input type="checkbox" name="yhChannel" value="3">儿童</label>
|
|
|
<label style="cursor: pointer;"><input type="checkbox" name="yhChannel" value="4">创意生活</label>
|
|
|
</div>
|
|
|
<input type="hidden" id="yhChannel" value="{yhChannel}" for="radio">
|
|
|
<input type="hidden" id="yhChannel" value="{yhChannel}" for="checkbox">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="col-sm-2 control-label">促销形式</label>
|
...
|
...
|
|