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=5261&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: 1743764485,
nonceStr: 'zGKH2RimGKAaVs8t',
signature: '6974ba5af4284b578a2cf0e937e409e1dd93973a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u6838\u9178\u91c7\u6837\u8def\u4e0a\uff0c95\u540e\u9752\u5e74\u987a\u9053\u201c\u6551\u201d\u4e86\u4e2a\u4eba","smalltext":"3\u670815\u65e5\u4e0a\u53488\u65f6\u8bb8\uff0c\u901a\u5b89\u9547\u4e2d\u5510\u8def\u4e0e\u771f\u5317\u8def\u5341\u5b57\u8def\u53e3\u53d1\u751f\u8f66\u7978\uff0c\u6b63\u524d\u5f80\u7269\u6d41\u56ed\u51c6\u5907\u5f00\u5c55\u6838\u9178\u91c7\u6837\u5de5\u4f5c\u7684\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u62a4\u58eb\u674e\u6d9b\u53ca\u961f\u53cb\u4eec\u6070\u597d\u7ecf\u8fc7\u8f66\u7978\u73b0\u573a\uff0c\u201c\u9053\u8def\u4e0a\u8f66\u8f86\u53ca\u4eba\u5458","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5261"};
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 () {
}
});
});
}