Explorar el Código

h5支付操作

tang hace 3 años
padre
commit
f0c629c651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

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