Commit 59205bcd authored by yyh's avatar yyh

代码规范

parent bac26b95
......@@ -179,7 +179,7 @@ export default class Recharge extends Vue {
}
const { status } = await this.$api.order.get(this.orderId);
if (status === 2) { // 0:未支付 1:支付中 2:支付成功 3:支付失败
this.$router.replace({name: 'RechargeSuccess'})
this.$router.replace({name: 'RechargeSuccess'});
} else {
this.$dialog.confirm({
title: '提示',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment