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