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=2313&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: 1745165883,
nonceStr: '71ey1YjxZKqmSyI0',
signature: '1d4781d09e5b41094612b787b5df7a138e05676f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/f4f351c6fb061661f5b4d6bba19d3e24.jpg","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\uff1a\u75ab\u60c5\u9634\u973e\u4e0b\u4e3a\u767d\u8840\u75c5\u60a3\u513f\u6491\u8d77\u5e0c\u671b\u7684\u6674\u7a7a","smalltext":"2020\u5e74\uff0c\u5f00\u542f\u4e86\u4e00\u4e2a\u4e0d\u5e73\u51e1\u7684\u65b0\u5e74\u3002\u5e74\u524d\u7a81\u5982\u5176\u6765\u7684\u201c\u65b0\u51a0\u201d,\u8ba9\u4eba\u4eec\u4e0d\u7ea6\u800c\u540c\u5730\u7eb7\u7eb7\u9677\u5165\u6050\u614c\uff0c\u5927\u5bb6\u4e00\u8fb9\u62b1\u6028\u7740\u547c\u5438\u4e0d\u7545\u7684\u201c\u618b\u5c48\u201d\u65f6\u5149\uff0c\u4e00\u8fb9\u81ea\u89c9\u5730\u6234\u597d\u4e86\u53e3\u7f69\u3002\u7136\u800c\uff0c\u8fd9\u79cd\u60c5\u5f62\u5374\u662f\u88ab\u79f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2313"};
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 () {
}
});
});
}