https://txwk.10010.com/

Submitted URL:
https://txwk.10010.com/
Report Finished:

JavaScript Variables · 8 found

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
$string
jQuerystring
jWeixinstring
wxstring
JSAPI_CONFIGstring

Console log messages · 0 found

HTML

<!DOCTYPE html><html><head>
<title>王卡助手</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="/KCard/framework/weui.min.css">

<style>
body {
	background: #fff;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	color: rgba(131, 109, 70, 0.8);
}

#title {
	margin: auto;
	position: absolute;
	top: 10%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 28px;
	font-family: 幼圆;
}

#tips1 {
	margin: auto;
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#qrcode {
	margin: auto;
	position: absolute;
	width: 56%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#tips2 {
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
</style>
</head>


<body>
	<div id="title">王卡助手</div>
	<div id="tips1">腾讯王卡唯一认证微信公众号</div>
	<img src="/KCard/image/qrcode.jpg" id="qrcode">
	<div id="tips2">长按图片识别二维码关注</div>

<script src="/KCard/framework/jquery-3.1.0.min.js"></script>
<script src="/KCard/framework/GetQueryString.js"></script>
<script src="/KCard/framework/jweixin-1.0.0.js"></script>
<script src="/KCard/framework/jsapi-config.js"></script>
<script>
	document.body.addEventListener('touchmove', function(event) {
		event.preventDefault();
	}, false);

	$(function() {
		// 配置jsapi
		JSAPI_CONFIG.CONFIG([ 'hideOptionMenu' ]);
		wx.ready(function() {
			// 隐藏分享按钮
			wx.hideOptionMenu();
		});

		var screenW = $(window).width();
		var screenH = $(window).height();

	});
</script>
</body></html>