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=5182&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: 1746148579,
nonceStr: 'xVN5MtFGbfhxUCzZ',
signature: '71629db6837fba40d94c44cdae761baecc22da0f',
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\uff1a\u5371\u91cd\u60a3\u8005\u624b\u5199\u7684\u4e24\u5e45\u6625\u8054\u7ed9\u533b\u62a4\u4eba\u5458\u62dc\u5e74","smalltext":"\u201c\u5feb\u8fc7\u5e74\u4e86\uff0c\u6211\u4e5f\u6ca1\u4ec0\u4e48\u793c\u7269\u9001\u7ed9\u4f60\u4eec\u7684\uff0c\u6211\u81ea\u5df1\u624b\u5199\u4e86\u4e24\u5e45\u5bf9\u8054\u9001\u7ed9\u4f60\u4eec\u505a\u65b0\u5e74\u793c\u7269\u5427\uff01\u8c22\u8c22\u4f60\u4eec\u8fd9\u4e24\u5e74\u5bf9\u6211\u7684\u7167\u987e\uff01\u5728\u80bf\u7624\u5185\u79d1\u6cbb\u7597\u4e86\u4e24\u5e74\u7684\u65f6\u95f4\uff0c\u4f60\u4eec\u8fd9\u4e9b\u533b\u751f\u62a4\u58eb\u771f\u7684\u592a\u597d\u4e86\uff0c\u6bcf\u4e2a\u4eba\u90fd\u90a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5182"};
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 () {
}
});
});
}