修改延时

duizhaopin_ui
13507605001 2 years ago
parent 073318b265
commit 37701fb9c2

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

Loading…
Cancel
Save