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=2888&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: 1749420970,
nonceStr: '4c6snyKyiymjtL41',
signature: '36d98d8f7eb3787b55924400f6b1d753c5d7ca26',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/bec1b9ef5cd9d14bdff00ae4364b90db.png","title":"\u884c\u8d70\u5728\u9752\u85cf\u9ad8\u539f\u4e0a\u7684\u6e2d\u533b\u4eba","smalltext":"2019\u5e746\u670828\u65e5\uff0c\u6e2d\u5357\u5e02\u4e2d\u5fc3\u533b\u96626\u4f4d\u533b\u751f\u7ec4\u6210\u4e86\u533b\u7597\u63f4\u85cf\u961f\uff0c\u524d\u5f80\u897f\u85cf\u963f\u91cc\u6761\u4ef6\u6700\u8270\u82e6\u7684\u9769\u5409\u53bf\u4eba\u6c11\u533b\u9662\u8fdb\u884c\u5065\u5eb7\u6276\u8d2b\u3001\u533b\u7597\u63f4\u52a9\u5de5\u4f5c\u3002\r\n\u6b64\u65b0\u95fb\u7d27\u8d34\u4e60\u603b\u4e66\u8bb0\u4eca\u5e74\u201c\u4e0d\u5fd8\u521d\u5fc3\uff0c\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\u6d3b\u52a8\uff0c\u8bb2\u8ff0\u4e86\u63f4\u85cf\u533b\u751f\u5728\u9752\u85cf\u9ad8\u539f\u4e0a\u59cb\u7ec8\u4e0d\u5fd8\u533b\u8005\u521d\u5fc3\uff0c\u7262\u8bb0\u533b\u8005\u4f7f\u547d\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2888"};
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 () {
}
});
});
}