This commit is contained in:
yanran200730
2023-04-27 17:49:30 +08:00
parent de018e95b5
commit f346e8289f

View File

@@ -770,9 +770,9 @@
}
}).then(res => {
if (res.code === 0) {
this.getInfo()
}
})
this.getInfo()
})
},
@@ -881,6 +881,7 @@
<style lang="scss" scoped>
.AppQxnDv {
display: flex;
justify-content: center;
height: 100%;
padding-top: 16px;
box-sizing: border-box;