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=5565&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: 1746135125,
nonceStr: '9HusIFJpVqVD5Ezk',
signature: '559c7dba9cfbe42e51ae6a12485ac455ddc0e610',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u201c\u4e3a\u8001\u9001\u5065\u5eb7\u201d\u7cfb\u5217\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8","smalltext":"\u8001\u543e\u8001\uff0c\u4ee5\u53ca\u4eba\u4e4b\u8001\u3002\u5c0a\u8001\u656c\u8001\u662f\u4e2d\u534e\u6c11\u65cf\u7684\u4f20\u7edf\u7f8e\u5fb7\uff0c\u5f62\u6210\u7231\u8001\u52a9\u8001\u7684\u793e\u4f1a\u6c1b\u56f4\u9700\u8981\u5168\u793e\u4f1a\u7684\u5171\u540c\u53c2\u4e0e\u3002\u8fd1\u65e5\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u5fd7\u613f\u670d\u52a1\u56e2\u961f\u79ef\u6781\u884c\u52a8\uff0c\u5f00\u5c55\u7cfb\u5217\u201c\u4e3a\u8001\u9001\u5065\u5eb7\u201d\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\uff0c\u5c06\u4fbf\u6377\u3001\u6696\u5fc3\u7684\u533b\u7597\u670d\u52a1\u9001\u5230\u8001\u4eba\u8eab\u8fb9\uff0c\u8df5\u884c\u201c\u5949\u732e\u3001\u53cb\u7231\u3001\u4e92\u52a9\u3001\u8fdb\u6b65\u201d\u7684\u65b0\u65f6\u4ee3\u6587\u660e\u5b9e\u8df5\u5fd7\u613f\u670d\u52a1\u7cbe\u795e\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5565"};
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 () {
}
});
});
}