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=3902&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: 1745108534,
nonceStr: '2x0ZD6MKAClckZEv',
signature: '16355ab325894d4b36cc818d6a68f1d1d6cf0491',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u89c1\u8bc12020\u5149\u5f71 \u671f\u5f852021\u7115\u65b0","smalltext":"2020\uff0c\u6211\u4eec\u5171\u540c\u7ecf\u5386\u4e86\u4e00\u4e2a\u4e0d\u540c\u5bfb\u5e38\u7684\u5f00\u7aef\u3002 \u8fd9\u662f\u8ba9\u4eba\u4eec\u5206\u9694\u7684\u4e00\u5e74\uff0c\u5374\u4e5f\u8ba9\u4eba\u4eec\u5728\u8bb8\u591a\u65b9\u9762\u66f4\u52a0\u4eb2\u8fd1\u3002\u56e0\u4e3a\u90a3\u4e9b\u6e3a\u5c0f\u800c\u4f1f\u5927\u7684\u5b88\u62a4\u548c\u575a\u6301\uff0c \u5373\u4f7f\u5728\u81f3\u6697\u65f6\u523b\uff0c\u8ba9\u6211\u4eec\u4e5f\u80fd\u611f\u53d7\u5230\u6696\u5fc3\u7684\u8272\u5f69","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3902"};
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 () {
}
});
});
}