修复bug
This commit is contained in:
@@ -349,7 +349,11 @@ export default defineComponent({
|
||||
'userDetail.email':{
|
||||
handler(newVal, oldVal){
|
||||
nextTick(()=>{
|
||||
if(newVal == '-------------')this.setBindEmail()//如果没有绑定邮箱就弹窗
|
||||
if(newVal == '-------------'){
|
||||
setTimeout(()=>{
|
||||
this.setBindEmail()//如果没有绑定邮箱就弹窗
|
||||
},1000)
|
||||
}
|
||||
})
|
||||
},
|
||||
immediate: true
|
||||
|
||||
Reference in New Issue
Block a user