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=4565&classid=10&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: 1743785281,
nonceStr: 'IlcJaf1BWb2jxI5E',
signature: '531cca58d46f470e356486b2988c401c69a21c04',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/e955e27c77bf443ad94802a78089fb4e.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662-\u54c1\u724c\u5ba3\u4f20\u56e2\u961f","smalltext":"\u4e2d\u5357\u533b\u9662\u54c1\u724c\u5ba3\u4f20\u56e2\u961f\uff1a\u5411\u96f7\u795e\u5c71\u7ea2\u533a\u9006\u884c 2020\u5e74\u662f\u201c\u5341\u4e09\u4e94\u201d\u8ba1\u5212\u6536\u5b98\u4e4b\u5e74\uff0c\u4e5f\u5728\u8fd9\u4e00\u5e74\u8fce\u6765\u75ab\u60c5\u5927\u8003\uff0c\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u515a\u59d4\u5ba3\u4f20\u90e8\u5728\u533b\u9662\u515a\u59d4\u7684\u9886\u5bfc\u4e0b\uff0c\u8bb2\u653f\u6cbb\u3001\u52c7\u62c5\u5f53\u3001\u6562\u521b\u65b0\uff0c\u9664","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4565"};
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 () {
}
});
});
}