|
@@ -186,7 +186,7 @@ export default class extends Vue {
|
|
|
console.log(res)
|
|
|
if (res.error_code === 0) {
|
|
|
sessionStorage.setItem('paydata', JSON.stringify(res.data))
|
|
|
- this.$router.push('/purchasesuccess' + this.response.balance)
|
|
|
+ this.$router.push('/purchasesuccess/' + this.response.price)
|
|
|
}
|
|
|
})
|
|
|
}
|