创客额度相关,分享改bug,
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
<!-- <link rel="stylesheet" href="https://act.weixin.qq.com/static/cdn/css/wepayui/0.1.1/wepayui.min.css">-->
|
||||
<script src="https://www.shouyinbei.net/resources/js/alipayjsapi.min3.1.1.js"></script>
|
||||
<title>向商户付款</title>
|
||||
<script>
|
||||
window.alert = function (name) {
|
||||
var iframe = document.createElement("IFRAME");
|
||||
iframe.style.display = "none";
|
||||
iframe.setAttribute("src", 'data:text/plain,');
|
||||
document.documentElement.appendChild(iframe);
|
||||
window.frames[0].window.alert(name);
|
||||
iframe.parentNode.removeChild(iframe);
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user