function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=5154&classid=11&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1743632894,
nonceStr: 'dR3aQbfCHIG5V1uY',
signature: '031a94be05b1fd624b730d057420899173d60c1a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u65b0\u534e\u793e\u70b9\u8d5e\u63f4\u572d\u4e9a\u90a3\u533b\u7597\u961f","smalltext":"\u8fd1\u65e5\uff0c\u4e2d\u56fd\uff08\u6c5f\u82cf\uff09\u7b2c17\u671f\u63f4\u572d\u4e9a\u90a3\u533b\u7597\u961f\u88ab\u65b0\u534e\u793e\u70b9\u8d5e\u3002\u201c\u611f\u8c22\u4e2d\u56fd\u533b\u751f\u4e3a\u6211\u6210\u529f\u5f00\u5c55\u624b\u672f\uff01\u6211\u7684\u59bb\u5b50\u548c\u5b69\u5b50\u5728\u5bb6\u91cc\u7b49\u6211\u56de\u53bb\uff0c\u6211\u8877\u5fc3\u611f\u8c22\u4f60\u4eec\u5bf9\u6211\u7684\u5e2e\u52a9\uff01\u201d\u51fa\u9662\u524d\uff0c42\u5c81\u7684\u82cf\u514b\u6c49\u9ad8\u5174\u5f97\u63a9\u9762\u800c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=5154"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}