修改资料页面点击安全设置中绑定或更改,左边栏目会跳到“职业认证”

This commit is contained in:
cxt 2017-08-24 20:12:27 +08:00
parent a6971b380f
commit 68a901a533
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ class AccountController < ApplicationController
def change_or_bind
@user = User.current
@type = params[:type]
@setting_type = 4
@setting_type = 5
render :layout => 'base_edu_account'
end