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=4997&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: 1746209024,
nonceStr: 'FTppxR6P1ktosOHH',
signature: '209c5c2c7d0867f3d571765c00cc54e8fd3d9355',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202110\/fa4c46accc6bc47bedf4c1a0d7ff6f30.jpg","title":"\u505a\u4e00\u8f88\u5b50\u767e\u59d3\u5065\u5eb7\u5b88\u95e8\u4eba\uff1a\u4e2d\u56fd\u201c\u8d64\u811a\u533b\u751f\u7b2c\u4e00\u4eba\u201d\u738b\u6842\u73cd\u53c2\u52a0\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u56fd\u5e86\u5347\u65d7\u4eea\u5f0f\u4fa7\u8bb0","smalltext":"\u4eca\u5e7477\u5c81\u3001\u88ab\u8a89\u4e3a\u4e2d\u56fd\u201c\u8d64\u811a\u533b\u751f\u7b2c\u4e00\u4eba\u201d\u7684\u738b\u6842\u73cd\uff0c10\u67081\u65e5\u53c2\u52a0\u4e86\u5168\u56fd\u9996\u5bb6\u4ee5\u201c\u5065\u5eb7\u201d\u547d\u540d\u7684\u533b\u5b66\u9662\u2014\u2014\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9686\u91cd\u4e3e\u884c\u7684\u56fd\u5e86\u5347\u65d7\u4eea\u5f0f\u3002\u7cbe\u6c14\u795e\u5341\u8db3\u7684\u738b\u6842\u73cd\u6709\u774056\u5e74\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4997"};
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 () {
}
});
});
}