|
@@ -211,7 +211,7 @@ export default class extends Vue {
|
|
|
})
|
|
|
this.getCoin({ B: true }).then((res: any) => {
|
|
|
console.log(res.data.data)
|
|
|
- this.coins = res.data.data.points
|
|
|
+ this.coins = res.data.points
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -255,7 +255,6 @@ export default class extends Vue {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- console.log('111')
|
|
|
if (this.coins.balance < this.detailData.price) {
|
|
|
;(this.$refs.charge as any).show = true
|
|
|
} else {
|