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=2943&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: 1743765014,
nonceStr: 'ZSTDFy9KplYTZLxt',
signature: '233c3c7a493af2976a012aaa355764c1d09bcf12',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u4e0e\u6b7b\u795e\u63b0\u624b\u8155\uff0c\u6551\u6cbb\u5168\u7701\u6700\u5371\u91cd\u65b0\u51a0\u80ba\u708e\u60a3\u8005","smalltext":" 2020\u5e742\u67085\u65e5\uff0c\u661f\u671f\u4e09\uff0c\u9634\uff0c\u5168\u9662\u75ab\u60c5\u9632\u63a7\u603b\u52a8\u5458\u540e\u7684\u7b2c14\u5929\u3002\u6025\u8bca\u79d1\u4e3b\u4efb\u675c\u4fca\u51ef\uff1a\u867d\u7136\u5fc3\u6709\u4f59\u60b8\uff0c\u6211\u4ecd\u65e0\u6028\u65e0\u6094\u3002\u5929\u6c14\u9634\u6c89\u6c89\u7684\uff0c\u8ba9\u4eba\u6709\u4e00\u79cd\u618b\u95f7\u611f\uff0c\u603b\u611f\u89c9\u4f1a\u6709\u4ec0\u4e48\u4e8b\u60c5\u53d1\u751f\u3002\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5df2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2943"};
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 () {
}
});
});
}