Browse Source

微信小程序支付回调

John-Hong 2 years ago
parent
commit
06afbc8171
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/parkingFee/parkingFeeDetail.vue

+ 1 - 1
src/pages/parkingFee/parkingFeeDetail.vue

@@ -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({