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=4354&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: 1744972090,
nonceStr: 'BafTMYNPT8kQD5NB',
signature: '8f85dab3f82d80066fbf135ccced11384e54956a',
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\u4e3a\u4e86\u60a3\u8005\uff0c\u5979\u7adf\u7136\u4e00\u7638\u4e00\u62d0\u7684\u6765\u5230\u533b\u9662","smalltext":"\u8fdc\u5904\u4e00\u7638\u4e00\u62d0\u7684\u8eab\u5f71\u7f13\u7f13\u8d70\u6765\uff0c\u7a7f\u68ad\u4e8e\u75c5\u623f\u548c\u900f\u6790\u5ba4\u4e4b\u95f4\uff0c\u8270\u96be\u7f13\u6162\u7684\u79fb\u52a8\u7740\u53d7\u4f24\u7684\u811a\uff0c\u8fd9\u4e2a\u5fd9\u788c\u7684\u8eab\u5f71\u5c31\u662f\u6566\u5316\u5e02\u533b\u9662\u80be\u5185\u79d1\u4e3b\u4efb\u6731\u5148\u83ca\u3002\u6731\u5148\u83ca\u4e3b\u4efb\u4ece\u4e8b\u80be\u75c5\u4e13\u4e1a\u591a\u5e74\uff0c\u57fa\u7840\u7406\u8bba\u624e\u5b9e\uff0c\u4e34\u5e8a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4354"};
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 () {
}
});
});
}