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=890&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: 1749417445,
nonceStr: 'G8FarI4c8CMiN4nB',
signature: 'f32c344df61379eae31d230f6525715a501c5ea4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u770b\u5b8c\u8fd9\u4e00\u7bc7\uff0c\u4f60\u5c31\u8bfb\u61c2\u4e86\u201c\u7ae0\u533b\u4eba\u201d\u7684\u4e00\u5929\u2026\u2026","smalltext":"\u4e98\u53e4\u4e0d\u53d8\u7684\u662f\u65f6\u8fb0\u6c38\u8fdc\u7262\u8bb0\u7684\u662f\u4f7f\u547d\u5f53\u53e4\u8001\u7684\u5341\u4e8c\u65f6\u8fb0\u9047\u4e0a\u6551\u6b7b\u6276\u4f24\u7684\u767d\u8863\u5929\u4f7f\u65e5\u591c\u66f4\u8fed \u4fbf\u67d3\u4e0a\u4e86\u751f\u547d\u7684\u8272\u5f69\u6e05\u6668\u5230\u65e5\u66ae\u533b\u9662\u7684\u5341\u4e8c\u65f6\u8fb0\u6bcf\u4e2a\u65f6\u8fb0\u90fd\u662f\u521d\u5fc3\u7684\u575a\u5b88\u548c\u751f\u547d\u7684\u5b88\u62a4\u5206\u79d2","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=890"};
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 () {
}
});
});
}