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=3125&classid=12&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: 1744856643,
nonceStr: 'RckNnNVGrZtOofem',
signature: 'a17731f082ebe77ae419ca11a32a91385979c611',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u5f20\u5e05\uff1a\u53ea\u4e89\u671d\u5915\u4e0d\u8d1f\u9752\u6625\u97f6\u534e","smalltext":"\u5f20\u5e05\uff0c\u7537\uff0c1981\u5e7410\u6708\u51fa\u751f\uff0c\u4e2d\u5171\u515a\u5458\uff0c2004\u5e74\u6bd5\u4e1a\u4e8e\u6cf0\u5c71\u533b\u5b66\u9662\u4e34\u5e8a\u533b\u5b66\u7cfb\uff0c\u6bd5\u4e1a\u540e\u4e8e\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u5de5\u4f5c\u81f3\u4eca\u3002\u76ee\u524d\u62c5\u4efb\u6025\u8bca\u5185\u79d1\u526f\u4e3b\u4efb\u517c\u4efb\u5c71\u4e1c\u7701\u4e2d\u6bd2\u6551\u6cbb\u59d4\u5458\u4f1a\u59d4\u5458\u3001\u8001\u5e74\u533b\u5b66\u4f1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3125"};
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 () {
}
});
});
}