|
@@ -106,12 +106,12 @@ |
|
@@ -106,12 +106,12 @@ |
106
|
<label class="col-sm-2 control-label">年龄层<span class="red">*</span></label>
|
106
|
<label class="col-sm-2 control-label">年龄层<span class="red">*</span></label>
|
107
|
<div class="col-sm-2">
|
107
|
<div class="col-sm-2">
|
108
|
<label class="radio-inline">
|
108
|
<label class="radio-inline">
|
109
|
- <input type="checkbox" name="brandLevel" checked="checked" value="1">成人</label>
|
109
|
+ <input type="checkbox" name="ageLevel" checked="checked" value="1">成人</label>
|
110
|
<label class="radio-inline">
|
110
|
<label class="radio-inline">
|
111
|
- <input type="checkbox" name="brandLevel" value="2">大童</label>
|
111
|
+ <input type="checkbox" name="ageLevel" value="2">大童</label>
|
112
|
<label class="radio-inline">
|
112
|
<label class="radio-inline">
|
113
|
- <input type="checkbox" name="brandLevel" value="3">小童</label>
|
|
|
114
|
- <input type="hidden" id="ageLevel" name="ageLevel" value="{{ageLevel}}" for="checkbox" required />
|
113
|
+ <input type="checkbox" name="ageLevel" value="3">小童</label>
|
|
|
114
|
+ <input type="hidden" id="ageLevel" name="ageLevel" value="{{ageLevel}}" for="checkbox" required placeholder="年龄层" />
|
115
|
</div>
|
115
|
</div>
|
116
|
<label class="col-sm-1 control-label">性别<span class="red">*</span></label>
|
116
|
<label class="col-sm-1 control-label">性别<span class="red">*</span></label>
|
117
|
<div class="col-sm-2">
|
117
|
<div class="col-sm-2">
|