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=152&classid=3&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: 1743702956,
nonceStr: 'A2ZA8kQIwMWzRnhu',
signature: '19366bee90ec10984eedf3572b236ffd53f722dc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/eb731467db58ee213d146ea097f078ca.jpg","title":"\u59d4\u5458\u53f6\u6e05\u6653\uff1a\u7528\u5fc3\u505a\u4eba\u6587\u54c1\u724c","smalltext":"\u53f6\u6e05\u6653\uff0c\u5973\uff0c49\u5c81\uff0c\u672c\u79d1\u6bd5\u4e1a\uff0c1990\u5e74\u5987\u5e7c\u4fdd\u5065\u4e13\u4e1a\u6bd5\u4e1a\u540e\u4e00\u76f4\u4f9b\u804c\u4e8e\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u3002\u671f\u95f4\u4ece\u4e8b\u8fc7\u4e34\u5e8a\u3001\u4fdd\u5065\u53ca\u884c\u653f\u529e\u516c\u5ba4\u5de5\u4f5c\uff0c1998\u5e74\u8d70\u4e0a\u533b\u9662\u4e2d\u5c42\u5e72\u90e8\u5c97\u4f4d\uff0c\u81ea2008\u5e7410\u6708\u8d77\u4ece\u4e8b\u533b\u9662\u54c1\u5ba3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=152"};
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 () {
}
});
});
}