Commit 3b773cc6 by 冷斌

add

parent 247c07ed
......@@ -12,6 +12,7 @@
<label class="control-label">礼物</label>
<div class="controls">
<select name="giftid">
<option>请选择</option>
<volist name="gift" id="v">
<option value="{$v['id']}">{$v['giftname']}</option>
</volist>
......
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