积分申请

This commit is contained in:
shijingjing
2022-12-27 16:38:26 +08:00
parent ecdbaa0897
commit bab07f62f2
2 changed files with 8 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ export default {
},
})
.then((res) => {
if (res.code == 0) {
if (res?.data) {
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records
}
})