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=3426&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: 1745135957,
nonceStr: 'YU6yZRZ2PeF1H7tA',
signature: '29e647fd48bd59f3fcbaa7d53062129465b4bd4e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662:\u522b\u6837\u5e86\u795d\u515a\u7684\u751f\u65e5\uff0c\u4e2d\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u4e0a\u515a\u8bfe","smalltext":"6\u670828\u65e5\uff0c\u4e3a\u5e86\u795d\u5efa\u515a99\u5468\u5e74\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u515a\u59d4\u5728\u5fd7\u613f\u670d\u52a1\u57fa\u7840\u4e0a\uff0c\u9662\u515a\u59d4\u4e66\u8bb0\u3001\u9662\u957f\u738b\u70b3\u5f3a\u4eb2\u81ea\u7ed9\u5168\u4f53\u515a\u5458\u6388\u8bfe\uff0c\u515a\u8bfe\u4e3b\u9898\u4ee5\u300a\u805a\u7126\u4e24\u4f1a\uff0c\u5728\u533b\u7597\u5c97\u4f4d\u4e0a\u4ee5\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u5165\u515a\u521d\u5fc3\u300b\uff0c\u7ed3\u5408\u533b\u9662\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u548c\u65e5\u5e38\u533b\u7597\u5de5\u4f5c\uff0c\u6df1\u5165\u6d45\u51fa\u8fdb\u884c\u4e86\u8be6\u7ec6\u5256\u6790\uff0c\u5168\u9662\u515a\u5458\u548c\u79ef\u6781\u5206\u5b50\u53c2\u52a0\u5b66\u4e60\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3426"};
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 () {
}
});
});
}