|
@@ -128,7 +128,7 @@ export default class extends Vue {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- this.getListDetail({ B: true }).then((res) => {
|
|
|
|
|
|
+ this.getListDetail({ B: true }).then((res: any) => {
|
|
console.log(res)
|
|
console.log(res)
|
|
if (res.error_code === 0) {
|
|
if (res.error_code === 0) {
|
|
this.response.balance = res.points.balance
|
|
this.response.balance = res.points.balance
|