添加延时

duizhaopin_ui
13507605001 2 years ago
parent 7116c7c7ab
commit 073318b265

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

Loading…
Cancel
Save