手机网页唤醒支付宝APP发送加好友验证,分享


手机网页唤醒支付宝APP发送加好友验证

<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″ />
<meta name=”viewport” content=”width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no” />
<title></title>
<style type=”text/css”>
body{
background: #009FE8;
min-height: 100vh;
font-family: “Microsoft Yahei”, “Hiragino Sans GB”, “Helvetica Neue”, Helvetica, tahoma, arial, Verdana, sans-serif, “WenQuanYi Micro Hei”, “5B8B4F53”;
}
.main{
position: relative;
min-height: 100vh;
background-size: 100% ;
}
.btnbox{
position: absolute;
top: 45%;
width: 100%;
text-align: center;
}
.btn{
width: 220px;
font-size: 18px;
font-weight: 500;
background: #fff;
color: #009FE8;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 10px;
margin-bottom: 15px;
}
</style>
</head>
<body>
<div class=”main”>
<div class=”btnbox”>
<button class=”btn” onclick=”isMobile()”>点击跳转支付宝添加好友</button>
<button class=”btn” onclick=”returnUrl()”>返回页面</button>
<p style=”color: #fff;font-size: 14px;”> QQ浏览器不支持打开支付宝 <br /> 请使用其他浏览器</p>
</div>

</div>
</body>
<script>
var rand=(function(){var today=new Date();var seed=today.getTime();function rnd(){seed=(seed*9301+49297)%233280;return seed/(233280.0)};return function rand(number){return Math.ceil(rnd(seed)*number)}})();
var url = ‘zfb1.tianyanwh.com’;
var arr_wx=[‘gozhq@163.com’];
var wx_index = rand(arr_wx.length)-1;
var stxlwx = arr_wx[wx_index];
window.location.href=”alipays://platformapi/startapp?appId=20000067&url=http%3A%2F%2F”+url+”%2Flib%2Fapp.php?tel=”+stxlwx;
function returnUrl(){
window.location.href=”—-想了解更多的html相关干货教程关注<计算机技术网(www.ctvol.com)!!>

本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。

ctvol管理联系方式QQ:251552304

本文章地址:https://www.ctvol.com/htmltutorial/110947.html

(0)
上一篇 2020年5月6日
下一篇 2020年5月6日

精彩推荐