|
|
@ -148,8 +148,10 @@ export default {
|
|
|
|
background: 'rgba(0, 0, 0, 0.7)'
|
|
|
|
background: 'rgba(0, 0, 0, 0.7)'
|
|
|
|
});
|
|
|
|
});
|
|
|
|
paizhao_upload_header_img().then(rsp => {
|
|
|
|
paizhao_upload_header_img().then(rsp => {
|
|
|
|
this.circleUrl = process.env.VUE_APP_FACE_API + `/${rsp.data}`
|
|
|
|
setTimeout(() => {
|
|
|
|
this.pdata.avatar_url = rsp.data
|
|
|
|
this.circleUrl = process.env.VUE_APP_FACE_API + `/${rsp.data}`
|
|
|
|
|
|
|
|
this.pdata.avatar_url = rsp.data
|
|
|
|
|
|
|
|
}, 500)
|
|
|
|
loading.close()
|
|
|
|
loading.close()
|
|
|
|
this.ImgVisible = false
|
|
|
|
this.ImgVisible = false
|
|
|
|
})
|
|
|
|
})
|
|
|
|