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=1183&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: 1747147376,
nonceStr: 'VY8aB7LXeBmkLQvS',
signature: '7cc14b7216894cbfb407f41c8c141ccdf8db248f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/11c76909734e3365e292bc48a626c782.jpg","title":"\u957f\u6cbb\u5e02\u810a\u67f1\u75c5\u7814\u7a76\u6240\uff1a\u957f\u6cbb\u5e02\u6210\u529f\u4e3e\u529e\u7b2c\u4e8c\u5c4a\u533b\u5b66\u4eba\u6587\u4ea4\u6d41\u4f1a","smalltext":"9\u670820\u65e5\uff0c\u7531\u957f\u6cbb\u5e02\u79d1\u5b66\u6280\u672f\u534f\u4f1a\u4e3b\u529e\u3001\u957f\u6cbb\u5e02\u810a\u67f1\u75c5\u7814\u7a76\u6240\u627f\u529e\u3001\u957f\u6cbb\u533b\u5b66\u9662\u3001\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\u534f\u529e\u7684\u957f\u6cbb\u5e02\u7b2c\u4e8c\u5c4a\u533b\u5b66\u4eba\u6587\u4ea4\u6d41\u4f1a\u5728\u957f\u6cbb\u533b\u5b66\u9662\u5b66\u672f\u62a5\u544a\u5385\u53ec\u5f00\u3002\u6765\u81ea\u6211\u5e02\u5404\u533b\u7597\u673a\u6784\u3001\u793e\u4f1a\u4eba\u58eb\u3001\u533b\u5b66\u9662\u5b66\u751f\u5171300\u4f59\u4eba\u53c2\u52a0\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1183"};
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 () {
}
});
});
}