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=3827&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: 1745109505,
nonceStr: 'z38GCKR0LH5PF1kh',
signature: '41443cfa7f5cbe5b86d9d6f10050f0049f0f584e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u60a3\u8005\u7ed9\u533b\u751f\u9001\u836f\u54c1\u548c\u8840\u538b\u8ba1","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u80be\u5185\u79d1\u738b\u5357\u533b\u751f\u6536\u5230\u4e86\u4e00\u4efd\u6765\u81ea\u60a3\u8005\u738b\u67d0\u7684\u4e00\u4efd\u7279\u6b8a\u7684\u793c\u7269\u2014\u2014\u4e00\u4e2a\u8840\u538b\u8ba1\u548c\u4e00\u4e2a\u542c\u8bca\u5668\uff0c\u8fd8\u6709\u4e00\u76d2\u4e39\u53c2\u6ef4\u4e38\uff01\u738b\u67d0\u662f\u4e00\u540d\u7cd6\u5c3f\u75c5\u3001\u80be\u75c5\u5e76\u4f34\u6709\u9ad8\u8840\u538b\u7684\u60a3\u8005\uff0c\u56e0\u4f4f\u9662\u671f\u95f4\u8840","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3827"};
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 () {
}
});
});
}