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=3618&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: 1746677369,
nonceStr: 'n6wYvaF2dMpHxWW0',
signature: '9e32e6dc9a709e96eaf4d583602156a8e29f54c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u536b\u751f\u5065\u5eb7\u59d4\uff1a\u6297\u75ab\u5fae\u7535\u5f71\u300a\u5b88\u62a4\u7684\u5149\u300b\u5e7f\u53d7\u597d\u8bc4\uff01","smalltext":"2020\u5e74\u7684\u65b0\u6625\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u6253\u4e71\u4e86\u4eba\u4eec\u7684\u8282\u594f\uff0c\u8ba9\u7965\u548c\u7684\u6625\u8282\u7b3c\u7f69\u5728\u9634\u4e91\u4e4b\u4e0b\u3002\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9f99\u57ce\u767d\u8863\u6218\u58eb\u6bc5\u7136\u544a\u522b\u5bb6\u4eba\uff0c\u6216\u767d\u8863\u6267\u7532\uff0c\u9006\u884c\u51fa\u5f81\uff0c\u540c\u65f6\u95f4\u8d5b\u8dd1\uff1b\u6216\u65e5\u591c\u594b\u6218\uff0c\u575a\u5b88\u9632\u7ebf\uff0c\u4e0e\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3618"};
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 () {
}
});
});
}