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=1095&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: 1747125430,
nonceStr: 'Ljlc6TrOZLgWt574',
signature: 'bc2170edf937e5c8f35e3e5cafc564327872dd4e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u57f9\u80b2\u6709\u60c5\u6000\u7684\u533b\u751f \u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"8\u670831\u65e5\uff0c\u201c\u6784\u5efa\u533b\u60a3\u547d\u8fd0\u5171\u540c\u4f53\u5171\u4eab\u7f8e\u597d\u533b\u60a3\u5173\u7cfb\u201d\u9881\u5956\u66a8\u5b66\u672f\u8bba\u575b\u5728\u897f\u5b89\u6210\u529f\u4e3e\u529e\u3002\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u5f20\u71d5\u534e\u7387\u9886\u533b\u9662\u83b7\u5956\u533b\u52a1\u4eba\u5458\u4ee3\u8868\u53c2\u52a0\u8bba\u575b\u3002 \u6b64\u6b21\u8bba\u575b\u96c6\u4e2d\u5c55\u793a\u4e86\u6765","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1095"};
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 () {
}
});
});
}