邓洁 : 修改细节

This commit is contained in:
邓洁
2023-11-17 22:08:19 +08:00
parent 58ec503e11
commit c655390941

View File

@@ -45,8 +45,8 @@
data() {
return {
src: 'https://cdn.uviewui.com/uview/album/2.jpg',
account: '123',
username: '用户名',
account: '',
username: '',
isLoad: true
}
},
@@ -56,6 +56,7 @@
return
}
this.isLoad = true
this.getInfo()
},
methods: {
reOnLoad() {
@@ -65,7 +66,7 @@
return
}
this.isLoad = true
if(this.isLoad){
if (this.isLoad) {
this.getInfo()
}
},