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=5179&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: 1743764494,
nonceStr: 'iLmolgwSNbgGcaCK',
signature: '6471287373dc675daa169e005fe75c516a47c233',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a \u7231\u8001\u52a9\u8001\uff0c\u6211\u4eec\u5728\u884c\u52a8","smalltext":"\u5bd2\u51b7\u7684\u51ac\u65e5\uff0c\u745f\u745f\u7f29\u7f29\u7684\u7a7a\u6c14\u4e2d\u5e26\u7740\u9634\u973e\uff0c\u533b\u9662\u5df2\u7ecf\u4eba\u6765\u4eba\u5f80\uff0c\u6709\u5f88\u591a\u4eba\u5728\u75c5\u5458\u670d\u52a1\u4e2d\u5fc3\u54a8\u8be2\u3002\u8fdc\u8fdc\u7684\uff0c\u6211\u770b\u89c1\u4e00\u4f4d\u5e74\u7ea680\u5c81\u7684\u8001\u7237\u7237\u6b65\u5c65\u8e52\u8dda\u5730\u671d\u54a8\u8be2\u53f0\u8d70\u6765\uff0c\u6211\u6025\u5fd9\u4e0a\u524d\u8be2\u95ee\u201c\u8001\u4eba\u5bb6\u9700\u8981\u4ec0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5179"};
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 () {
}
});
});
}