98 lines
3.3 KiB
HTML
98 lines
3.3 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<title>3E口语分享-考试成绩分享</title>
|
|||
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|||
|
|
<meta name="viewport"
|
|||
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|||
|
|
<link rel="stylesheet" type="text/css" href="style/checkExamShare.css?V=2" />
|
|||
|
|
<script src="script/rem-min.js"></script>
|
|||
|
|
<script type="text/javascript" src="script/jquery-1.11.1.js"></script>
|
|||
|
|
<script type="text/javascript" src="script/checkExamShare.js?V=2"></script>
|
|||
|
|
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
var width = document.documentElement.clientWidth;
|
|||
|
|
$(function(){
|
|||
|
|
function getParameter(param){
|
|||
|
|
var query = window.location.search;
|
|||
|
|
var iLen = param.length;
|
|||
|
|
var iStart = query.indexOf(param);
|
|||
|
|
if (iStart == -1)
|
|||
|
|
return "";
|
|||
|
|
iStart += iLen + 1;
|
|||
|
|
var iEnd = query.indexOf("&", iStart);
|
|||
|
|
if (iEnd == -1)
|
|||
|
|
return query.substring(iStart);
|
|||
|
|
return query.substring(iStart, iEnd);
|
|||
|
|
}
|
|||
|
|
var action = getParameter("action");
|
|||
|
|
action = encodeURIComponent(action);
|
|||
|
|
getExamAnswerList(action);
|
|||
|
|
var fontsize = width/375*12;
|
|||
|
|
$('body').css('font-size',fontsize+'px');
|
|||
|
|
})
|
|||
|
|
|
|||
|
|
// var TitleData = {
|
|||
|
|
// title : "饭卡里时",
|
|||
|
|
// desc : "阿萨德法师",
|
|||
|
|
// link : "http://101.201.199.29:8080/3eapi/checkExamShare.html"+action,
|
|||
|
|
// imgUrl : "http://101.201.199.29:8080/3eapi/image/headimg.jpg"
|
|||
|
|
// }
|
|||
|
|
// wx.config({
|
|||
|
|
// debug: true,
|
|||
|
|
// appId: 'wx1cb45f566326ca71',
|
|||
|
|
// timestamp: '',
|
|||
|
|
// nonceStr: '',
|
|||
|
|
// signature: '',
|
|||
|
|
// jsApiList: ['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ']
|
|||
|
|
|
|||
|
|
// });
|
|||
|
|
// wx.ready(function(){
|
|||
|
|
// wx.onMenuShareAppMessage({
|
|||
|
|
// title: TitleData.title,
|
|||
|
|
// desc: TitleData.desc,
|
|||
|
|
// link: TitleData.link,
|
|||
|
|
// imgUrl: TitleData.imgUrl,
|
|||
|
|
// type: 'link',
|
|||
|
|
// success: function () {
|
|||
|
|
// },
|
|||
|
|
// cancel: function () {
|
|||
|
|
// }
|
|||
|
|
// });
|
|||
|
|
// wx.onMenuShareTimeline({
|
|||
|
|
// title: TitleData.title, // 分享标题
|
|||
|
|
// link: TitleData.link,
|
|||
|
|
// imgUrl: TitleData.imgUrl, // 分享图标
|
|||
|
|
// success: function () {
|
|||
|
|
// },
|
|||
|
|
// cancel: function () {
|
|||
|
|
// }
|
|||
|
|
// });
|
|||
|
|
// wx.onMenuShareQQ({
|
|||
|
|
// title: TitleData.title,
|
|||
|
|
// desc: TitleData.desc,
|
|||
|
|
// link: TitleData.link,
|
|||
|
|
// imgUrl: TitleData.imgUrl, // 分享图标
|
|||
|
|
// success: function () {
|
|||
|
|
// },
|
|||
|
|
// cancel: function () {
|
|||
|
|
// }
|
|||
|
|
// });
|
|||
|
|
// });
|
|||
|
|
</script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<div id="answerHead" class="answerListHead">
|
|||
|
|
<div class="examDemand">考试要求</div>
|
|||
|
|
<div id="examDemandDis" class="particular"></div>
|
|||
|
|
</div>
|
|||
|
|
<div class='scoreTitle'>
|
|||
|
|
<div class='scoreFinish' onclick='showScoreSwitch(1);'>已完成(人数:<a id="yNum">0</a>)</div>
|
|||
|
|
<div class='scoreUnFinish' onclick='showScoreSwitch(2);'>
|
|||
|
|
未完成(人数:<a id="noNum">0</a>)
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="scoreBody" id="examAnswerList"></div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|