|
@@ -252,7 +252,7 @@ export default {
|
|
|
},
|
|
|
}).then(res => {
|
|
|
console.log("获取个人信息", res)
|
|
|
- // if (this.cutoff(res.msg)) return;
|
|
|
+ if (this.cutoff(res.msg)) return;
|
|
|
if (res.msg == '成功') {
|
|
|
this.headportraits = res.data.attinfos;
|
|
|
this.headportrait = this.headportraits.find(v => v.usetype == "headportrait") && this.headportraits.find(v => v.usetype == "headportrait").url || this.headportrait;
|