...
|
...
|
@@ -130,9 +130,9 @@ |
|
|
<label class="col-sm-2 control-label">用户类型</label>
|
|
|
<div class="col-md-6 col-sm-10">
|
|
|
<label class="radio-inline">
|
|
|
<input type="radio" name="user_type" value="1" <if condition="$user.user_type==2">checked</if> >普通用户</label>
|
|
|
<input type="radio" name="user_type" value="2" <if condition="$user.user_type==2">checked</if> >普通用户</label>
|
|
|
<label class="radio-inline">
|
|
|
<input type="radio" name="user_type" value="0" <if condition="$user.user_type==3">checked</if> > 专家用户</label>
|
|
|
<input type="radio" name="user_type" value="3" <if condition="$user.user_type==3">checked</if> > 专家用户</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|