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=2528&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: 1749424995,
nonceStr: 'oqJFad4tuCSVLz0A',
signature: '31b75c6bbde83a98ac176bce00dc944a207900db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662:\u82f1\u96c4\u5c06\u5f52\uff0c\u6df1\u60c5\u539a\u8c0a\u6c38\u8fdc\u94ed\u8bb0\u5728\u4eba\u6c11\u5fc3\u4e2d","smalltext":"\u9006\u884c\u767d\u8863\u5171\u6297\u75ab\uff0c\u9001\u541b\u4e0d\u89c9\u6709\u79bb\u4f24\u3002\u9752\u5c71\u4e00\u9053\u540c\u98ce\u96e8\uff0c\u660e\u6708\u4f55\u66fe\u662f\u4e24\u4e61\u3002\u4e00\u573a\u643a\u624b\u6297\u75ab\u963b\u51fb\u6218\uff0c\u8ba9\u76f8\u9694\u5343\u91cc\u7684\u767d\u8863\u9006\u884c\u8005\u4eec\u5728\u6297\u75ab\u6218\u573a\u7ed3\u4e0b\u4e86\u6df1\u539a\u7684\u60c5\u8c0a\uff0c\u75ab\u60c5\u5373\u5c06\u6d88\u9000\uff0c\u800c\u4f60\u4eec\u5192\u7740\u751f\u547d\u5371\u9669\uff0c\u9006","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2528"};
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 () {
}
});
});
}