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=2069&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: 1747147665,
nonceStr: 'VvrXsijzzJY0VsEO',
signature: '82ccc14214f4772826a1f1015ef10f539cf195b2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/71fc2a9c0b9a8b9290fb1829f08d9eda.jpg","title":"\u5434\u5ddd\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u65e0\u60e7\u75ab\u60c5 \u4e89\u505a\u9a70\u63f4\u75ab\u533a\u62a2\u9669\u5148\u950b","smalltext":"2020\u5e74\u7684\u6625\u8282\u662f\u7279\u6b8a\u7684\u3001\u6ce8\u5b9a\u88ab\u5386\u53f2\u94ed\u8bb0\u7684\u3002\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\u4ece\u6b66\u6c49\u5411\u5168\u56fd\u6269\u6563\uff0c\u75ab\u60c5\u9632\u63a7\u5f62\u52bf\u4e25\u5cfb\u3002\u8fd9\u573a\u6218\u5f79\u662f\u5e7f\u5927\u533b\u52a1\u5de5\u4f5c\u8005\u7684\u4e3b\u6218\u573a\uff0c\u6bcf\u4e00\u4f4d\u767d\u8863\u6218\u58eb\u90fd\u51ed\u7740\u8d64\u8bda\u4e4b\u5fc3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2069"};
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 () {
}
});
});
}