正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -130,9 +130,9 @@ | @@ -130,9 +130,9 @@ | ||
130 | <label class="col-sm-2 control-label">用户类型</label> | 130 | <label class="col-sm-2 control-label">用户类型</label> |
131 | <div class="col-md-6 col-sm-10"> | 131 | <div class="col-md-6 col-sm-10"> |
132 | <label class="radio-inline"> | 132 | <label class="radio-inline"> |
133 | - <input type="radio" name="user_type" value="1" <if condition="$user.user_type==2">checked</if> >普通用户</label> | 133 | + <input type="radio" name="user_type" value="2" <if condition="$user.user_type==2">checked</if> >普通用户</label> |
134 | <label class="radio-inline"> | 134 | <label class="radio-inline"> |
135 | - <input type="radio" name="user_type" value="0" <if condition="$user.user_type==3">checked</if> > 专家用户</label> | 135 | + <input type="radio" name="user_type" value="3" <if condition="$user.user_type==3">checked</if> > 专家用户</label> |
136 | </div> | 136 | </div> |
137 | </div> | 137 | </div> |
138 | 138 |
-
请 注册 或 登录 后发表评论