Merge pull request '邓洁 : 修改细节' (#64) from djj into master

Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/64
This commit is contained in:
odjbin
2023-11-17 14:08:54 +00:00

View File

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