Commit dc94dca7 by 冷斌

fix bug

parent f8758784
...@@ -26,7 +26,14 @@ ...@@ -26,7 +26,14 @@
<div class="controls" id="type"> <div class="controls" id="type">
<label class="radio inline" for="type_0"><input type="radio" name="type" value="0" id="type_0" checked >普通礼物</label> <label class="radio inline" for="type_0"><input type="radio" name="type" value="0" id="type_0" checked >普通礼物</label>
<label class="radio inline" for="type_1"><input type="radio" name="type" value="1" id="type_1" >豪华礼物</label> <label class="radio inline" for="type_1"><input type="radio" name="type" value="1" id="type_1" >豪华礼物</label>
<span class="form-required">*</span>
</div>
</div>
<div class="control-group">
<label class="control-label">宝箱礼物</label>
<div class="controls">
<label class="radio inline" for="channel_0"><input type="radio" name="channel" value="0" id="channel_0" checked ></label>
<label class="radio inline" for="channel_1"><input type="radio" name="channel" value="1" id="channel_1" ></label>
<span class="form-required">*</span> <span class="form-required">*</span>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment