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=2371&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: 1744328104,
nonceStr: 'RiSrlb3yrZbxqkPZ',
signature: '021640f83746eb96584298588fc790d71cef5769',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u5b88\u6b63\u521b\u65b0\uff0c\u4e66\u5199\u8363\u5149","smalltext":"\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u9662\u957f\u5362\u5065\u66fe\u8bf4\uff1a\u201c\u4eba\u6587\u5173\u6000\u662f\u4e00\u4e2a\u957f\u671f\u7684\u8fc7\u7a0b\uff0c\u662f\u6df1\u5165\u9aa8\u9ad3\uff0c\u6f5c\u79fb\u9ed8\u5316\u7684\u81ea\u89c9\u884c\u52a8\uff0c\u662f\u5bf9\u5458\u5de5\u3001\u5bf9\u60a3\u8005\u771f\u8bda\u5173\u7231\u3001\u5145\u5206\u5c0a\u91cd\u7684\u4e60\u60ef\u517b\u6210\u548c\u6587\u5316\u81ea\u89c9\uff0c\u5b83\u9700\u8981\u5386\u53f2\u7684\u79ef\u6dc0\uff0c\u66f4\u9700\u8981","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2371"};
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 () {
}
});
});
}