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=1728&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: 1747168667,
nonceStr: 'Y8mix3RVMSm8O2zG',
signature: '207e841222734ae299bd176a44b9c69fd5a67031',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/4043bc47eef77e7adf60e1c0f72990ed.jpg","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u6297\u75ab\u80dc\u5229\u540e\uff0c\u6211\u5c31\u505a\u4f60\u7684\u65b0\u5a18","smalltext":"\u5de5\u4f5c\u4e4b\u4f59\uff0c\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\u62a4\u58eb\u7f57\u654f\u603b\u4f1a\u7ffb\u770b\u7740\u624b\u673a\u76f8\u518c\u91cc\u7684\u5a5a\u7eb1\u7167\uff0c\u542c\u7740\u5e78\u798f\u751c\u871c\u7684\u66f2\u5b50\uff0c\u65e0\u6570\u6b21\u5e7b\u60f3\u7740\u5a5a\u793c\u73b0\u573a\u81ea\u5df1\u62ab\u4e0a\u6d01\u767d\u5a5a\u7eb1\u7684\u60c5\u666f\u548c\u5e78\u798f\u65f6\u523b\u2026\u2026\u5979\u539f\u672c\u8ba2\u4e8e2\u670820\u65e5\u4e3e\u884c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1728"};
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 () {
}
});
});
}