浏览代码

试课拉起

lizhen_gitee 1 年之前
父节点
当前提交
834d4fcf9b
共有 1 个文件被更改,包括 5 次插入0 次删除
  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>