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=3574&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: 1745119174,
nonceStr: 'ts13vFJbnLNKO3YS',
signature: 'c3b0fb2abdfdf393aa70476cad17b919ab991337',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5c71\u533a\u4eba\u6c11\u533b\u9662:\u966a\u4f34\u548c\u6210\u957f\uff0c1+1\u5065\u5eb7\u201c\u517b\u6210\u201d\u8ba1\u5212\u4e4b\u4e61\u6751\u884c","smalltext":"2020\u5e748\u67088\u65e5\uff0c\u5f6d\u5c71\u533a\u4eba\u6c11\u533b\u9662\u9662\u957f\u52a9\u7406\u674e\u519b\u7387\u9886\u5065\u5eb7\u4fc3\u8fdb\u529e\u516c\u5ba4\u4ee5\u53ca\u5fd7\u613f\u4e13\u5bb6\u4e00\u884c6\u4eba\u53c2\u52a0\u201c1+1\u5065\u5eb7\u2018\u517b\u6210\u2019\u8ba1\u5212\u4e4b\u4e61\u6751\u884c\u201d\uff0c\u5148\u540e\u524d\u5f80\u5f6d\u5c71\u533a\u8c22\u5bb6\u8857\u9053\u77f3\u5c71\u6751\u548c\u5929\u5e9c\u65b0\u533a\u9752\u9f99\u8857\u9053\u83b2\u6c60","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3574"};
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 () {
}
});
});
}