Selaa lähdekoodia

h5支付操作

tang 3 vuotta sitten
vanhempi
commit
f0c629c651
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -487,7 +487,7 @@
487 487
             }, function (result) {
488 488
                 if (result.resultCode == '9000') {
489 489
                     location.replace("./Paytocomplete.html");
490
-                    alert(result)
490
+                    alert(JSON.parse(result))
491 491
                     money = '';
492 492
                 } else {
493 493
                     alert("支付失败")