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=5061&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: 1744317843,
nonceStr: 'ZazvA43i0eiGxBrS',
signature: '27dc04091d4dd7b40e0702fc1a32a010576d4cec',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u9694\u79bb\u75c5\u6bd2\u4e0d\u9694\u79bb\u7231","smalltext":"\u8fd9\u91cc\u662f\u201c\u7279\u6b8a\u7684\u6218\u573a\u201d\uff0c\u56e0\u4e3a\u6ca1\u6709\u5f25\u6f2b\u7684\u785d\u70df\uff0c\u53ea\u6709\u533b\u8005\u7684\u4f7f\u547d\u548c\u62c5\u5f53\u3002\u8fd9\u91cc\u662f\u201c\u7279\u6b8a\u7684\u6218\u573a\u201d\uff0c\u201c\u6218\u58eb\u201d\u4eec\u6ca1\u6709\u624b\u63e1\u94a2\u67aa\uff0c\u5374\u540c\u6837\u4e3a\u751f\u547d\u7b51\u8d77\u94c1\u58c1\u94dc\u5899\u300211\u670816\u65e5\u65e9\u4e0a6:45\u5de6\u53f3\uff0c\u7531\u5609\u5b9a\u533a\u4e2d\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5061"};
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 () {
}
});
});
}