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=2298&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: 1749425131,
nonceStr: 'f827Eaor9qL81Olk',
signature: '9051163ccdc179c58b9c652044c7d3863e0c3298',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u63f4\u533b\u6b66\u6c49\u662f\u4e00\u573a\u6dec\u706b\u6210\u94a2\u7684\u5386\u7ec3","smalltext":"3\u670813\u65e5\uff0c24\u5c81\u7684\u674e\u65b0\u5b87\u4f5c\u4e3a\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u7b2c\u4e8c\u6279\u533b\u7597\u961f\u5458\u5df2\u7ecf\u5728\u6b66\u6c49\u5927\u5b66\u4eba\u6c11\u533b\u9662\u4e1c\u9662\u533a\u652f\u63f4\u533b\u9662\u5de5\u4f5c\u6574\u657440\u5929\u3002\u5728\u8fd9\u6bb5\u6bd5\u751f\u96be\u5fd8\u7684\u7684\u7ecf\u5386\u4e2d\uff0c\u4ed6\u7ecf\u53d7\u4e86\u6dec\u706b\u6210\u94a2\u7684\u5386\u7ec3\uff0c\u5c3d\u7ba1\u8eab\u5fc3\u90fd\u627f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2298"};
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 () {
}
});
});
}