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=3842&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: 1745109244,
nonceStr: 'vyZ38ClTv9yy5Tq4',
signature: 'ccc4b84fe529d10e3aec041e3999c5ab71cac36f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u516d\u5927\u9879\u76ee\u96c6\u4e2d\u4eae\u76f8\uff0c\u6253\u9020\u5fd7\u613f\u670d\u52a1\u6837\u677f","smalltext":"2020\u5e7412\u67083\u65e5\u665a\uff0c\u201c\u6587\u660e\u5b9e\u8df5\u00b7\u5065\u5eb7\u9ad8\u65b0\u201d\u82cf\u5dde\u9ad8\u65b0\u533a\u793e\u4f1a\u4e8b\u4e1a\u7cfb\u7edf\u201c12\u00b75\u201d\u56fd\u9645\u5fd7\u613f\u8005\u65e5\u4e3b\u9898\u6d3b\u52a8\u4e3e\u884c\u3002\u8be5\u9879\u6d3b\u52a8\u7531\u82cf\u5dde\u9ad8\u65b0\u533a\u793e\u4f1a\u4e8b\u4e1a\u5c40\uff08\u6b8b\u8054\u3001\u7ea2\u5341\u5b57\u4f1a\uff09\u3001\u6587\u660e\u529e\u3001\u56e2\u59d4\u4e3b\u529e\uff1b\u82cf\u5dde","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3842"};
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 () {
}
});
});
}