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=1601&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: 1747190149,
nonceStr: '9ZCoNEY84kwnkrFa',
signature: 'b04697a7c8abc0fe55ba24d37ba3346c145856c0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/2e43b9c633991f3d67af36dc21256f24.jpg","title":"\u5efa\u8bbe\u6709\u6e29\u5ea6\u7684\u533b\u9662 2020 \u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\u5373\u5c06\u4e3e\u884c","smalltext":"\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u662f\u4e00\u5bb6\u533b\u9662\u7684\u201c\u6e29\u5ea6\u201d\uff0c\u4e5f\u662f\u533b\u9662\u4e0e\u60a3\u8005\u6c9f\u901a\u7684\u7cbe\u795e\u6865\u6881\u3002\u5728\u76ee\u524d\u533b\u60a3\u5173\u7cfb\u6301 \u7eed\u6539\u5584\u7684\u60c5\u51b5\u4e0b\uff0c\u533b\u9662\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u91cd\u8981\u6027\u6025\u5267\u51f8\u663e\u3002 \u4e3a\u52a0\u5f3a\u533b\u9662\u5f62\u8c61\u7684\u4eb2\u548c\u529b\uff0c\u589e\u52a0\u533b\u9662\u6587\u5316","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1601"};
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 () {
}
});
});
}