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=1979&classid=11&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: 1744324397,
nonceStr: 'cvnxPt0Wm2jvNhAw',
signature: '4e971e479e1ea0bab45757660b6504add2b99e9f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/9dc272e4074e44c41687280610458067.jpg","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u586b\u8865\u6280\u672f\u7a7a\u767d\uff0c\u6c5f\u82cf\u4e13\u5bb6\u5e2e\u6211\u4eec\u89e3\u51b3\u4e86\u5927\u95ee\u9898","smalltext":" \u201c\u6548\u679c\u592a\u660e\u663e\u4e86\uff01\u201d\u6e56\u5317\u9ec4\u77f3\u5927\u51b6\u5e02\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\u4e3b\u4efb\u8881\u5ff5\u82b3\u5bf9\u6c5f\u82cf\u4e13\u5bb6\u5341\u5206\u4f69\u670d\uff0c\u201c\u6211\u4eec\u6ca1\u6709\u7ecf\u9f3b\u9ad8\u6d41\u91cf\u7ed9\u6c27\u7684\u7ecf\u9a8c\uff0c\u6c5f\u82cf\u4e13\u5bb6\u5e2e\u6211\u4eec\u89e3\u51b3\u4e86\u5927\u95ee\u9898\u3002\u201d2\u670819\u65e5\uff0c\u6e56\u5317\u65e5\u62a5\u4e00\u5219\u62a5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1979"};
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 () {
}
});
});
}