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=2404&classid=10&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: 1744327963,
nonceStr: 'wsie5f8z3B0Q05Mi',
signature: '293dc802172a4eb6f5e69ba93957e7632c7ee4d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/342a07cef2c0dbb72b88792169a24df6.jpg","title":"\u6e29\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u201c\u4eba\u6587\u60c5\u6000\u201d\u5df2\u751f\u6839\u53d1\u82bd","smalltext":"\u6e29\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u521b\u5efa\u4e8e1913\u5e74\uff0c\u662f\u4e00\u5bb6\u5177\u6709\u4e30\u539a\u6587\u5316\u5e95\u8574\u7684\u767e\u5e74\u8001\u9662\uff0c\u7ecf\u8fc7\u4e00\u4ee3\u53c8\u4e00\u4ee3\u533b\u8005\u7684\u52b1\u7cbe\u56fe\u6cbb\uff0c\u73b0\u5df2\u6210\u4e3a\u4e13\u5bb6\u961f\u4f0d\u96c4\u539a\u3001\u4e13\u4e1a\u6280\u672f\u7cbe\u826f\u3001\u5b66\u672f\u6210\u679c\u4e30\u7855\u3001\u56fd\u9645\u4ea4\u6d41\u9891\u7e41\u7684\u7efc\u5408\u6027\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2404"};
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 () {
}
});
});
}