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=2762&classid=10&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: 1746242884,
nonceStr: 'rXPTNB0kYDTnhWMn',
signature: 'a6bc2c7fa04194bc5a8d61c1a90d768cd84d9708',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5468\u53e3\u6c38\u5584\u533b\u9662\uff1a\u5584\u7231\u6587\u5316\uff0c\u64ad\u6d12\u5929\u4e0b","smalltext":"\u4f34\u968f\u7740\u533b\u7597\u536b\u751f\u4e8b\u4e1a\u524d\u8fdb\u7684\u6b65\u4f10\uff0c\u5468\u53e3\u6c38\u5584\u533b\u9662\u5386\u7ecf\u4e94\u4ee3\u4f20\u627f\uff0c\u4ece\u5efa\u9662\u521d\u671f\u4e24\u4e2a\u4eba\u3001\u56db\u95f4\u623f\u7684\u5c0f\u8bca\u6240\u53d1\u5c55\u5230\u5982\u4eca\u6295\u8d442.5\u4ebf\u5143\u3001\u5360\u5730\u9762\u79ef120\u4ea9\uff0c\u4e00\u671f\u5efa\u7b51\u9762\u79ef5\u4e07\u5e73\u65b9\u7c73\uff0c\u4e8c\u671f\u5efa\u7b51\u9762\u79ef1.5\u4e07\u5e73","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2762"};
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 () {
}
});
});
}