更新10.9

This commit is contained in:
许允枞 2024-10-09 18:16:09 +08:00
parent 1fe42d51f6
commit f2dfbdcca3

View File

@ -108,9 +108,9 @@
}).then((res) => { }).then((res) => {
if (res.code == 200) { if (res.code == 200) {
console.log(res, 108); console.log(res, 108);
integral = res.data.point this.integral = res.data.pointsChange
this.show = true this.show = true
// this.getList() this.getList()
} }
}) })
this.getList() this.getList()