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=4352&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: 1744969851,
nonceStr: 'HAllHefWQWNkOgD0',
signature: '5c8ba0ef059c60521f02e7c0553afea696d7bccc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u843d\u5355\u8001\u4eba\u547d\u60ac\u4e00\u7ebf \u4f17\u4eba\u9f50\u5fc3\u5168\u529b\u6551\u52a9","smalltext":"2021\u5e745\u670818\u65e5\u4e0a\u534811\uff1a40\u5de6\u53f3\uff0c\u6b63\u5728\u966a\u68c0\u7684\u5fc3\u5185\u4e00\u79d1\u62a4\u58eb\u5f20\u94b0\u83b9\u8def\u8fc7\u7a7a\u65f7\u5f85\u88c5\u4fee\u76841\u53f7\u697c4\u697c\u5357\u533a\uff0c\u7a81\u7136\u542c\u5230\u4e00\u9635\u9635\u5e26\u7740\u5598\u606f\u7684\u547b\u541f\u58f0\uff0c\u4ed4\u7ec6\u5bfb\u627e\uff0c\u53d1\u73b0\u5728\u5019\u8bca\u6905\u4e0a\u4f5d\u507b\u7740\u4e00\u4f4d\u8001\u4eba\uff0c\u6b63\u75db\u82e6\u5730\u534a\u8db4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4352"};
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 () {
}
});
});
}