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=4215&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: 1744976026,
nonceStr: 'CNo1dR0QUwY6WFeA',
signature: '3791c77cbec5081d11c0789daae7f03f44d53c49',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a26\u5c81\u5973\u5b50\u60a3\u5de8\u5927\u809d\u80bf\u7624\uff0c\u91cd\u8fbe1500\u514b","smalltext":"26\u5c81\u7684\u5e74\u8f7b\u5973\u6027\u30012\u4e2a\u5b69\u5b50\u7684\u5988\u5988\uff0c\u539f\u53d1\u6027\u809d\u764c\u30011500\u514b\u7684\u5de8\u5927\u80bf\u7624\u3002\u5f88\u96be\u60f3\u50cf\u8fd9\u524d\u540e\u51e0\u4e2a\u5173\u8054\u6027\u4e0d\u5927\u7684\u8bcd\u4f1a\u8054\u7cfb\u5230\u4e00\u8d77 3\u670819\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u666e\u901a\u5916\u79d1\u4e00\u75c5\u533a\u526f\u4e3b\u4efb\u3001\u526f\u4e3b\u4efb\u533b\u5e08\u9648\u8000\u667a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4215"};
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 () {
}
});
});
}