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=3596&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: 1745119618,
nonceStr: 'VJCeFpPqxxjQrnjd',
signature: 'ed90093526f8a04ee89b3325a7d1717395cfbb3e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u533b\u5e08\u8282\u4f18\u79c0\u6848\u4f8b\u5927\u6bd4\u62fc \u656c\u4f51\u751f\u547d\u5b88\u521d\u5fc3","smalltext":" \u57282020\u5e74\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u201d\u6765\u4e34\u4e4b\u9645\uff0c\u4e3a\u56e2\u7ed3\u51dd\u805a\u5168\u9662\u533b\u5e08\u529b\u91cf\uff0c\u52a0\u5f3a\u533b\u5e08\u961f\u4f0d\u5efa\u8bbe\uff0c\u589e\u5f3a\u5b66\u79d1\u4e4b\u95f4\u4e1a\u52a1\u6c9f\u901a\u80fd\u529b\uff0c\u5c55\u793a\u6211\u9662\u533b\u52a1\u5de5\u4f5c\u8005\u4e0d\u5fd8\u521d\u5fc3\u3001\u594b\u53d1\u6709\u4e3a\u3001\u653b\u575a\u514b\u96be\u3001\u5f00\u62d3\u521b\u65b0\u7684\u7cbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3596"};
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 () {
}
});
});
}