更新10.9
This commit is contained in:
parent
1fe42d51f6
commit
f2dfbdcca3
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user