@@ -81,6 +81,9 @@ export default {
'EditUserInfo' // 编辑用户信息
]),
Init () { // 初始化
+ if (this.UserInfo === null && this.UserInfo.Phone === undefined && this.UserInfo.Phone === null) {
+ this.IconUrl = this.UserInfo.Icon
+ }
},
UserInfoChange () {
this.IconUrl = this.UserInfo.Icon