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=3932&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: 1745109104,
nonceStr: '6g1ibPuYRPCxSSSq',
signature: '597c5e154f785e0365c4451c4f95b0e5c8b1380c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u5c0f\u4f19\u6025\u6027\u4e0a\u6d88\u5316\u9053\u5927\u51fa\u8840\uff0c\u591a\u79d1\u5ba4\u8054\u52a8\u5c3d\u663e\u56e2\u961f\u7cbe\u795e","smalltext":"2021\u5e741\u67083\u53f7\u4e0a\u534810\u70b9\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u6d88\u5316\u5185\u79d1\u4e00\u4f4d27\u5c81\u7684\u4f4f\u9662\u60a3\u8005\u56e0\u6025\u6027\u4e0a\u6d88\u5316\u9053\u5927\u51fa\u8840\uff0c\u9700\u884c\u6025\u8bca\u5185\u955c\u6b62\u8840\u672f\u3002\u8be5\u60a3\u8005\u4e8e 1\u67082\u65e5\u56e0\u5455\u8840\u5c31\u8bca\u5165\u9662\uff0c\u5165\u9662\u65f6\u4ec5\u67093g\/dl\u8840\u8272\u7d20\uff0c\u8840\u538b\u4ea6\u4e0d\u7a33","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3932"};
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 () {
}
});
});
}