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=3508&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: 1746984647,
nonceStr: 'du55bH4A2dYRVugh',
signature: '1f495a50eaf0ff8620e6b29f8bdee8ae17a3c127',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662:\u65b0\u51a0\u6838\u9178\u68c0\u6d4b\u7a81\u783410000\u4f8b","smalltext":"\u5f53\u524d\uff0c\u5168\u56fd\u75ab\u60c5\u9632\u63a7\u8fdb\u5165\u5e38\u6001\u5316\u9636\u6bb5\uff0c\u5bf9\u6838\u9178\u68c0\u6d4b\u80fd\u529b\u63d0\u51fa\u4e86\u66f4\u9ad8\u8981\u6c42\u3002\u6309\u7167\u6269\u5927\u6838\u9178\u68c0\u6d4b\u8303\u56f4\uff0c\u5bf9\u91cd\u70b9\u4eba\u7fa4\u5b9e\u884c\u5e94\u68c0\u5c3d\u68c0\uff0c\u5bf9\u5176\u4ed6\u4eba\u7fa4\u5b9e\u884c\u613f\u68c0\u5c3d\u68c0\u7684\u8981\u6c42\uff0c\u8fdb\u4e00\u6b65\u505a\u597d\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3508"};
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 () {
}
});
});
}