|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
const result = await orderDetail({ orderId: item.id })
|
|
|
this.orderDetail = result.data
|
|
|
await this.getInfo()
|
|
|
- this.$refs.orderDetail.setOpen(true)
|
|
|
+ this.$refs.balanceTip.setOpen(true)
|
|
|
} else {
|
|
|
this.$router.push({ path: '/login' })
|
|
|
}
|