@ -151,7 +151,7 @@ export default {
setTimeout(() => {
this.circleUrl = process.env.VUE_APP_FACE_API + `/${rsp.data}`
this.pdata.avatar_url = rsp.data
}, 500)
}, 300)
loading.close()
this.ImgVisible = false
})