邓洁 : 修改细节
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user