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=1189&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: 1747145201,
nonceStr: '7bANaJFTlY6Annfk',
signature: '8691464af8c804151eaa7f62e9f6c1154e520806',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/46befd136f5d956480f8c2b506237275.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5f00\u5c55\u201c\u79d1\u6280\u4fc3\u6c11\u751f \u79d1\u666e\u60e0\u5065\u5eb7\u201d\u7cfb\u5217\u79d1\u666e\u5ba3\u4f20\u6d3b\u52a8","smalltext":"\u3000\u3000\u5728\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6210\u7acb70\u5468\u5e74\u4e4b\u9645\uff0c\u4e3a\u63a8\u52a8\u5168\u6c11\u79d1\u5b66\u7d20\u8d28\u5168\u9762\u63d0\u5347\uff0c\u4fc3\u8fdb\u79d1\u5b66\u666e\u53ca\u4e0e\u79d1\u6280\u521b\u65b0\u534f\u540c\u53d1\u5c55\u30029\u670815\u65e5\u81f320\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u5f00\u5c55\u5168\u56fd\u79d1\u666e\u65e5\u201c\u793c\u8d5e\u5171\u548c\u56fd\u3001\u667a\u6167\u65b0\u751f\u6d3b\u2014\u2014\u79d1\u6280","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1189"};
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 () {
}
});
});
}