Explorar o código

h5支付操作

tang %!s(int64=3) %!d(string=hai) anos
pai
achega
106d7ebeb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Paytocomplete.html

+ 1 - 1
Paytocomplete.html

@@ -94,7 +94,7 @@
94
     function aliUser() {
94
     function aliUser() {
95
             $.post("https://test.bjtdba.com/api/merchant/queryOrder", { out_trade_no: userpay.out_trade_no }, function (data) {
95
             $.post("https://test.bjtdba.com/api/merchant/queryOrder", { out_trade_no: userpay.out_trade_no }, function (data) {
96
                 if (data.status == 200) {
96
                 if (data.status == 200) {
97
-                    alert(data.data)
97
+                    alert(JSON.stringify(data.data))
98
                 }
98
                 }
99
             })
99
             })
100
         }
100
         }