Skip to content

Commit

Permalink
Update test2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lechao authored Aug 1, 2019
1 parent c7c955f commit 166a40e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test2.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<a href="bituex://index?action=payment&payTicket=123456"> test</a>
<script>
setTimeout(function() {
window.open('bituex://index?action=payment&payTicket=123456');
}, 500);
var form = document.createElement('form');
form.action = 'bituex://index?action=payment&payTicket=123456';
form.target = '_blank';
Expand Down

0 comments on commit 166a40e

Please sign in to comment.