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=1092&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: 1747123063,
nonceStr: 'GTuAmBHrBJYc2mja',
signature: 'def71c4ebb4cb63c687be067e3b46afd067b6205',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/80e1373fbcef484fc1c26ec6acf9f5c3.jpg","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\uff1a18\u5e74\u6765\uff0c\u4ed6\u65e0\u507f\u732e\u8840\u8fd18000\u6beb\u5347","smalltext":"\u987e\u56fd\u9f99\u662f\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\u68c0\u9a8c\u79d1\u7684\u6280\u672f\u4e3b\u4efb\uff0c\u4e5f\u662f2016-2017\u5e74\u5ea6\u5168\u56fd\u65e0\u507f\u732e\u8840\u5949\u732e\u5956\u94f6\u5956\u83b7\u5f97\u8005\u3002\u81ea2001\u5e74\u5f00\u59cb\uff0c18\u5e74\u6765\uff0c\u4ed6\u575a\u6301\u5b9a\u671f\u732e\u8840\uff0c\u5df2\u7d2f\u8ba1\u6350\u732e\u5168\u8840\u8fd18000\u6beb\u5347\u548c1\u4eba\u4efd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1092"};
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 () {
}
});
});
}