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=4626&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: 1746210248,
nonceStr: 'vCMIBbUyLCEFj4BA',
signature: '2876dfc3ae69379e66eeef3929f7cec1fc292896',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7ed8\u7231\uff0c\u7ed8\u60c5\uff0c\u7ed8\u7f8e\u597d\uff0c\u7ed8\u61a7\u61ac\uff01","smalltext":"8\u67081\u65e5\u4e0a\u5348\uff0c\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u54c1\u724c\u7279\u8272\u6d3b\u52a8\u2014\u2014\u201c\u5584\u7f8e\u97f6\u5173 \u7ed8\u00b7\u5582\u7f8e\u597d\u201d\u5b55\u5987\u809a\u76ae\u5f69\u7ed8\u79c0\u9996\u6b21\u5728\u8299\u84c9\u65b0\u9662\u533a\u4e3e\u884c\uff0c\u8fd9\u662f\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u8fde\u7eed\u7b2c\u516d\u5e74\u4e3e\u529e\u6b64\u9879\u6d3b\u52a8\uff0c\u5171\u670940\u591a\u7ec4\u5bb6\u5ead\u53c2\u52a0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4626"};
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 () {
}
});
});
}