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=3295&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: 1745135268,
nonceStr: 'J8meAxy9qmjiayyn',
signature: '4385e336d2b1f138c8f4b14ab854eb43ad8cdbc1',
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\u533b\u9662\uff1a\u793c\u8d5e\u6218\u201c\u75ab\u201d\u5929\u4f7f\uff5c\u75c5\u60c5\u5728\u524d\u91cd\u4efb\u5728\u80a9","smalltext":"2020\u5e74\u662f\u7279\u6b8a\u7684\u4e00\u5e74\u2014\u2014\u65b0\u51a0\u80ba\u708e\u7206\u53d1\u3002\u4ece1\u670825\u65e5\u5f00\u59cb\uff0c\u6566\u5316\u5e02\u533b\u9662\u624b\u672f\u5ba4\u5168\u4f53\u6210\u5458\u653e\u5f03\u4f11\u5047\uff0c\u53c2\u4e0e\u4e86\u8fd9\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\u3002\u9762\u5bf9\u6765\u52bf\u6c79\u6c79\u7684\u654c\u4eba\uff0c\u6211\u4eec\u4e34\u5371\u4e0d\u60e7\u3002\u624b\u672f\u5ba4\u62a4\u58eb\u957f\u5218\u5f69\u60e0\u79ef","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3295"};
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 () {
}
});
});
}