lizhen_gitee 1 vuosi sitten
vanhempi
commit
834d4fcf9b
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      application/index/view/index/paysuccess.html

+ 5 - 0
application/index/view/index/paysuccess.html

@@ -12,6 +12,10 @@
 //            window.webkit.messageHandlers.OpenSuccessPay.postMessage();
             window.webkit.messageHandlers.Jump.postMessage('asdf');
         }
+        function OpenSuccessPaytest() {
+//            window.webkit.messageHandlers.OpenSuccessPay.postMessage();
+            Jump.postMessage('asdf');
+        }
     </script>
 
 </head>
@@ -58,6 +62,7 @@
         </tbody>
     </table>
     <button style="margin: auto 30%;width:40%;height:50px;" type="button" class="btn btn-primary btn-lg" onclick="OpenSuccessPay()" >立即预约</button>
+    <button style="margin: auto 30%;width:40%;height:50px;" type="button" class="btn btn-primary btn-lg" onclick="OpenSuccessPaytest()" >立即预约</button>
 </body>
 </html>