@@ -224,6 +224,7 @@ export default {
title: '已取消支付',
type: 'info'
});
+ window.location.reload();
break;
case 2: // 支付失败
this.$refs.uToast.show({
@@ -261,6 +262,7 @@ export default {