Browse Source

支付宝

xiongzhu 3 years ago
parent
commit
26312ad871
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/wx_alipay_bridge.html

+ 1 - 1
src/main/resources/static/wx_alipay_bridge.html

@@ -182,7 +182,7 @@
                         break;
                 }
                 $.get(url, function (data) {
-                    if (data === 'FINISH') {
+                    if (data.status === 'FINISH') {
                         window.location.replace(returnUrl);
                     }
                 });