Authored by liuyue

品牌

... ... @@ -85,8 +85,9 @@
<div class="form-group">
<label class="col-sm-2 control-label">发源地 <span class="red">*</span></label>
<div class="col-sm-8" >
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="1" />欧洲 </label>
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="1" />欧洲
</label>
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="2" />日本 </label>
<label class="radio-inline">
... ... @@ -102,6 +103,18 @@
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="8" />美国 </label>
</div>
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="9" />泰国
</label>
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="10" />新加坡
</label>
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="11" />东南亚
</label>
<label class="radio-inline">
<input type="radio" name="brandHeadstream" value="12" />加拿大
</label>
<input type="hidden" id="brandHeadstream" value="{{brandHeadstream}}" required for="radio">
</div>
... ...