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=156&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: 1744328803,
nonceStr: 'apqV0Y51qjia5xtR',
signature: '2831a3fba0ee48a7945d17122ee71eb02e00308f',
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\u4e2d\u533b\u9662\uff1a\u534e\u7f8e\u4e50\u7ae0\uff0c\u533b\u60a3\u540c\u594f","smalltext":"\u5e26\u7740\u8001\u4e00\u8f88\u4e2d\u533b\u4eba\u7684\u6bb7\u5207\u5631\u6258\uff0c\u5e26\u7740\u515a\u548c\u56fd\u5bb6\u7684\u6df1\u5207\u671f\u671b\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u626c\u5e06\u8d77\u822a\uff0c\u591a\u4e3e\u63aa\u6539\u5584\u533b\u7597\u670d\u52a1\u8d28\u91cf\uff0c\u63d0\u5347\u60a3\u8005\u6ee1\u610f\u5ea6\uff0c\u5f00\u542f\u4e86\u63a2\u7d22\u4e2d\u533b\u836f\u4e8b\u4e1a\u7684\u5168\u65b0\u4e4b\u8def\uff0c\u594f\u54cd\u4e86\u6ce2\u6f9c\u58ee\u9614\u7684\u53d1\u5c55\u4e50\u7ae0\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=156"};
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 () {
}
});
});
}