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=4433&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: 1744317842,
nonceStr: 'doZusp1bCb0xnOjt',
signature: '72989745f90a85fadeac7b51ac6983c0ca3954db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u542f\u7528\u201c\u751f\u547d\u81f3\u4e0a \u4e39\u5fc3\u5411\u515a\u201d\u515a\u5efa\u6587\u5316\u4e3b\u9898\u5c55\u5385","smalltext":"\u5728\u4e3e\u56fd\u6b22\u5e86\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\u7684\u65f6\u523b\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u201c\u751f\u547d\u81f3\u4e0a \u4e39\u5fc3\u5411\u515a\u201d\u515a\u5efa\u4e3b\u9898\u5c55\u5385\u987a\u5229\u542f\u7528\u3002\u8fdb\u5165\u5e02\u7acb\u533b\u96622\u53f7\u697c\u4e00\u5c42\uff0c\u9996\u5148\u6620\u5165\u773c\u5e18\u7684\u662f\u201c\u751f\u547d\u81f3\u4e0a \u4e39\u5fc3\u5411\u515a\u201d\u4e3b\u9898\u5899\uff0c\u5e84\u4e25","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4433"};
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 () {
}
});
});
}