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=4497&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: 1744318172,
nonceStr: 'F4AowYxBRIiZl2Wx',
signature: 'cb17982ae4a7c54649a503762db568700ffd38d6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/b1b0b1a822fdedab9e02094fc7c65da7.jpg","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662:\u4e00\u4efd\u201c\u751f\u547d\u79cd\u5b50\u201d\u5f00\u542f\u201c\u751f\u547d\u901f\u9012\u201d","smalltext":"7\u670820\u65e5\u4e0b\u5348\uff0c\u4e00\u4efd\u88c5\u6709200\u6beb\u5347\u9020\u8840\u5e72\u7ec6\u80de\u7684\u201c\u751f\u547d\u79cd\u5b50\u201d\uff0c\u627f\u8f7d\u7740\u533b\u751f\u548c\u60a3\u8005\u7684\u65e0\u9650\u671f\u76fc\uff0c\u4ece\u53a6\u95e8\u542f\u7a0b\u98de\u81f3\u6b66\u6c49\uff0c\u5386\u5c3d\u8270\u96be\uff0c\u4e8e21\u65e5\u4e0b\u5348\u6210\u529f\u62b5\u8fbe\u906d\u53d7\u66b4\u96e8\u88ad\u51fb\u7684\u90d1\u5dde\uff0c\u4e3a\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u8840\u6db2\u75c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4497"};
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 () {
}
});
});
}