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=4495&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: 1744318232,
nonceStr: 'yZ33mCE4vYtiRp0p',
signature: 'b7c5f562a8b9c92a6147f45ddf455e672e9f9e21',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/2e684f111f743f9c770e797b5ea53a92.jpg","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u201c\u8611\u83c7\u5934\u201d\u4ece\u5b50\u5bab\u201c\u7a7f\u8d8a\u201d\u5230\u5fc3\u810f\uff0c\u591a\u5b66\u79d1\u56e2\u961f\u643a\u624b\u201c\u6253\u602a\u901a\u5173\u201d","smalltext":"\u8bf4\u5230\u5b50\u5bab\u808c\u7624\uff0c\u5927\u90e8\u5206\u8001\u767e\u59d3\u90fd\u4e0d\u4f1a\u611f\u5230\u964c\u751f\uff0c\u4f46\u662f\u4f60\u542c\u8bf4\u8fc7\u957f\u5230\u5fc3\u810f\u7684\u5b50\u5bab\u808c\u7624\u5417\uff1f53\u5c81\u7684\u5434\u5973\u58eb\uff08\u5316\u540d\uff09\u600e\u4e48\u4e5f\u60f3\u4e0d\u5230\uff0c\u81ea\u5df1\u660e\u660e\u53ea\u662f\u53bb\u590d\u67e5\u80c6\u7ed3\u77f3\uff0c\u5374\u56e0\u6b64\u53d1\u73b0\u4e86\u7531\u5b50\u5bab\u957f\u5230\u5fc3\u810f\u7684\u4e00\u56e2\u5de8\u5927\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4495"};
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 () {
}
});
});
}