Commit 3261191e authored by yyh's avatar yyh

fix 个人中心设置密码状态显示问题

parent f8f798ef
......@@ -76,7 +76,8 @@ export default class Index extends Vue {
return auth_suc ? 'yirenzheng' : 'weirenzheng';
}
get datas() {
const { auth_type, auth_suc, isSetPassWd } = this.userInfo;
const { auth_type, auth_suc } = this.userInfo;
const { isSetPassWd } = this;
return [
{
title: '账号信息',
......
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