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=3071&classid=5&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: 1745150168,
nonceStr: 'CRh9vXAtEHAJvDsy',
signature: '453adffe8ec1e45bc6834597d32b14e4786ce94c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"19\u697c\u5760\u843d\uff0c\u5168\u8eab20\u4f59\u5904\u9aa8\u6298\uff0c\u591a\u5b66\u79d1\u8054\u52a8\u633d\u56de\u4e25\u91cd\u521b\u4f24\u60a3\u8005\u751f\u547d","smalltext":"19\u697c\u9ad8\u5904\u5760\u843d\u52306\u697c\u7a7a\u8c03\u5916\u673a\u652f\u67b6\uff0c\u968f\u540e\u7ffb\u6eda\u843d\u81f32\u697c\u5e73\u53f0\uff0c\u60a3\u8005\u5168\u8eab20\u4f59\u5904\u9aa8\u6298\u3001\u5931\u8840\u6027\u4f11\u514b\u3001\u9885\u8111\u635f\u4f24\u3001\u86db\u7f51\u819c\u4e0b\u8154\u51fa\u8840\u3001\u521b\u4f24\u6027\u6e7f\u80ba\u3001\u53cc\u4fa7\u80f8\u8154\u79ef\u6db2\u2026\u2026\u79cd\u79cd\u8ff9\u8c61\u663e\u793a\uff0c\u60a3\u8005\u547d\u60ac\u4e00\u7ebf\uff0c\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3071"};
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 () {
}
});
});
}