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=4417&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: 1744971334,
nonceStr: 'X2jqLkgpYI32rb1M',
signature: 'd8a66db7da505b34f3e3667dc0c467d34d8b1ece',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u53bb\u5e74\u9a70\u63f4\u6b66\u6c49\u7684\u6297\u75ab\u82f1\u96c4 \u6b64\u523b\u5728\u5e72\u561b\uff1f","smalltext":"\u5018\u82e5\u6ca1\u6709\u4eba\u613f\u610f\u53bb\u505a\u90a3\u9053\u5212\u7834\u9ed1\u6697\u7684\u5149\uff0c\u9ece\u660e\u5c31\u6c38\u8fdc\u4e0d\u4f1a\u5230\u6765\u3002\u9762\u5bf9\u75ab\u60c5,\u5979\u6bc5\u7136\u51b3\u7136\u5199\u4e0b\u8bf7\u6218\u4e66\uff0c\u7a7f\u4e0a\u539a\u91cd\u7684\u9694\u79bb\u670d\uff0c\u80a9\u8d1f\u774048\u4e07\u6566\u57ce\u767e\u59d3\u7684\u91cd\u6258\u5954\u8d74\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u75ab\u60c5\u7684\u4e3b\u6218\u573a\u2014\u2014\u6b66\u6c49\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4417"};
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 () {
}
});
});
}