作者 sgj
1 个管道 的构建 通过 耗费 1 秒

修改页面显示问题处理

... ... @@ -132,9 +132,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="2" <if condition="$user.is_expert eq 0">checked</if> >普通用户</label>
<input type="radio" name="is_expert" value="0" <if condition="$user.is_expert eq 0">checked</if> >普通用户</label>
<label class="radio-inline">
<input type="radio" name="user_type" value="3" <if condition="$user.is_expert eq 1">checked</if> > 专家用户</label>
<input type="radio" name="is_expert" value="1" <if condition="$user.is_expert eq 1">checked</if> > 专家用户</label>
</div>
</div>
... ...