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=5151&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: 1743764440,
nonceStr: 'iABbwX8zmphf3t4I',
signature: 'f83b35a1a916ee9e906268d7d0e5035a6e672470',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u6210\u529f\u5f00\u5c55\u8179\u8154\u955c\u524d\u5217\u817a\u764c\u6839\u6cbb\u672f","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\u6210\u529f\u4e3a\u4e00\u4f4d\u4e03\u65ec\u7537\u6027\u8001\u4eba\u5b9e\u65bd\u8179\u8154\u955c\u524d\u5217\u817a\u764c\u6839\u6cbb\u672f\uff0c\u8be5\u624b\u672f\u7684\u6210\u529f\u5f00\u5c55\u586b\u8865\u4e86\u79d1\u5b66\u57ce\u533b\u9662\u6b64\u9879\u6280\u672f\u7684\u7a7a\u767d\u3002\u60a3\u8005\u9ec4\u67d0\uff0c\u7537\uff0c70\u5c81\uff0c\u4f53\u68c0\u53d1\u73b0\u603b\u524d\u5217\u817a\u7279\u6027\u6297\u539f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5151"};
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 () {
}
});
});
}