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=3962&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: 1745108995,
nonceStr: 'Ec8znCbxgUEx1y0u',
signature: '6777a8565b4c110594d80bf3cc7749f8bd775846',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/bc8ab5abe0717c1a1c7909aafc90a645.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u76d8\u70b92020\u5e74\u5ea6\u533b\u9662\u7684\u5341\u5927\u65b0\u95fb","smalltext":"\u65b0\u95fb\u662f\u5386\u53f2\u7684\u4e00\u90e8\u5206\uff0c\u56de\u987e\u4e00\u5e74\u7684\u65b0\u95fb\u548c\u4e8b\u4ef6\uff0c\u53ef\u52fe\u52d2\u51fa\u533b\u9662\u53d1\u5c55\u7684\u8f6e\u5ed3\uff0c\u56de\u770b\uff0c\u662f\u4e3a\u4e86\u66f4\u597d\u524d\u884c\u3002 \u7ecf\u8fc7\u5168\u9662\u804c\u5de5\u7684\u6295\u7968\u8bc4\u9009\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u96622020\u5e74\u5ea6\u201c\u5341\u5927\u65b0\u95fb\u201d\u6b63\u5f0f\u51fa\u7089\u3002\u901a\u8fc7\u201c\u5341\u5927\u65b0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3962"};
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 () {
}
});
});
}