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=897&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: 1749417397,
nonceStr: 'FROsEmbyv8bjMBML',
signature: '7ad33ceee2f1e6377bc56c6a8e6d2b60404306c0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662:\u96be\u820d\u63f4\u7586\u60c5","smalltext":"\u201c\u606d\u559c\uff0c\u624b\u672f\u53d6\u5f97\u5de8\u5927\u6210\u529f\uff01\u201d6\u670820\u65e5\u4e2d\u5348\uff0c\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\u5c0f\u513f\u9aa8\u79d1\u526f\u4e3b\u4efb\u80e1\u6c38\u6052\u6536\u5230\u65b0\u7586\u963f\u514b\u9676\u53bf\u4eba\u6c11\u533b\u9662\u9aa8\u79d1\u4e3b\u4efb\u6768\u6d2a\u4e49\u53d1\u6765\u7684\u5fae\u4fe1\u540e\uff0c\u7ed9\u5bf9\u65b9\u9001\u53bb\u795d\u8d3a\u3002\u6768\u6d2a\u4e49\u4f20\u6765\u7684\u662f6\u5f20\u513f\u7ae5\u80b1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=897"};
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 () {
}
});
});
}