|
@@ -1872,7 +1872,7 @@ export default {
|
|
|
});
|
|
|
window.subscribe('wxPayOver', (options) => {
|
|
|
console.log('微信支付结束之后的返回参数', options);
|
|
|
- if (options?.wxpayOver === 'fail') {
|
|
|
+ if (options?.wxPayOver === 'fail') {
|
|
|
this.failedParkOrder();
|
|
|
} else {
|
|
|
this.$router.replace({
|