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=4584&classid=11&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: 1746160453,
nonceStr: 'XRR31yetu2nZxrmu',
signature: '8ceb48184187665c9e5b1848f7afda113994b5ed',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662-\u6240\u6709\u4eba\u5237\u8eab\u4efd\u8bc1\u5373\u53ef\u8fdb\u5165","smalltext":"\u8be5\u4f5c\u54c1\u4e8e2021\u5e743\u6708\u5236\u4f5c\u3002\u6b63\u5904\u4e8e\u75ab\u60c5\u9632\u63a7\u5e38\u6001\u5316\u9636\u6bb5\uff0c\u6211\u9662\u57282\u6708\u4efd\u7684\u65f6\u5019\u65b0\u589e\u201c\u5165\u9662\u95e8\u7981\u5e73\u53f0\u201d\uff0c\u8be5\u5e73\u53f0\u5177\u6709\u6e1d\u5eb7\u7801\u8bc6\u522b\u3001\u4f53\u6e29\u68c0\u6d4b\u3001\u8eab\u4efd\u8bc1\u4eba\u8138\u6bd4\u5bf9\u3001\u91d1\u5c5e\u68c0\u6d4b\u7b49\u6838\u5fc3\u529f\u80fd\uff0c\u52a0\u5f3a\u4e86\u5b89\u5168","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4584"};
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 () {
}
});
});
}