Commit e3b8d500 by 冷斌

add

parent 902e79af
......@@ -40,7 +40,7 @@
<div class="control-group">
<label class="control-label">经验值</label>
<div class="controls">
<select name="type">
<select name="label_id">
<option value="">请选择</option>
<volist name="labels" id="vo">
<option value="{$vo['id']}" <if condition="$userinfo['label_id'] eq $vo['id']">selected</if> >{$vo['name']}</option>
......
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