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=1020&classid=4&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: 1743827996,
nonceStr: 'auPWtGo1okBurDOO',
signature: '7417d80762e7a4042cb012962f1f125bd78f9433',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u8d75\u5b87\uff1a\u533b\u5ba3\u4eba\u7684\u590f\u5929","smalltext":"\u8fdf\u8fdf\u672a\u52a8\u7b14\u7684\u8fd9\u7bc7\u8bb0\u5f55\uff0c\u662f\u6211\u8fd9\u4e2a\u590f\u5929\u7559\u7ed9\u81ea\u5df1\u7684\u6700\u540e\u4e00\u4efd\u4f5c\u4e1a\u3002\u8fd9\u4e2a\u590f\u5929\u5f88\u5fd9\uff0c\u6bd4\u539f\u6765\u7684\u6bcf\u4e00\u5e74\u66f4\u751a\u3002\u56e0\u4e3a\u5de5\u4f5c\u8ba1\u5212\u6392\u5f97\u975e\u5e38\u6ee1\uff0c\u5f88\u957f\u65f6\u95f4\u91cc\u6211\u90fd\u9677\u5165\u4e00\u79cd\u5de8\u5927\u7684\u7126\u8651\u3002\u800c\u5728\u7e41\u5fd9\u95f4\u9699\u7f13\u89e3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1020"};
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 () {
}
});
});
}