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=4059&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: 1746313549,
nonceStr: 'EsuhyLZytBvFK0qI',
signature: 'd48168f3727503ea7c5a1b9013c758479dc667df',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u722c\u884c\u5976\u5976\u7ad9\u8d77\u6765\u4e86","smalltext":"\u5bb6\u4f4f\u9655\u897f\u5f6c\u5dde\u5e02\u7684\u90d1\u963f\u59e8\u73b0\u5e7468\u5c81\uff0c2021\u5e74\u4e4b\u524d\u5979\u662f\u4e00\u540d\u201c\u722c\u884c\u4eba\u201d\uff0c\u73b0\u5728\u5979\u91cd\u65b0\u7ad9\u4e86\u8d77\u6765\uff0c\u8fc8\u7740\u575a\u5b9a\u7684\u6b65\u4f10\u5f00\u542f\u4e86\u65b0\u751f\u6d3b\u3002\u90d1\u963f\u59e8\u662f\u4e00\u540d\u5927\u9aa8\u8282\u75c5\u60a3\u8005\uff0c\u5979\u7684\u5bb6\u4e61\u5f6c\u5dde\u5e02\u5c5e\u4e8e\u5927\u9aa8\u8282\u75c5\u9ad8\u53d1\u5730","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4059"};
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 () {
}
});
});
}