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=4340&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: 1744975790,
nonceStr: 'ltdEjNYEg6AA6bjw',
signature: 'e051d415b054a35e63c0501237e819486890b124',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662\u5510\u9896\uff1a\u4eba\u6587\u6f2b\u6f2b\uff0c\u8424\u706b\u7480\u74a8","smalltext":"\u7b3c\u7edc\u96f7\u96e8\u95ea\u7535\u3001\u82b1\u5f00\u4e91\u79fb\uff0c\u751f\u547d\u7684\u5f20\u529b\u6c47\u805a\u3001\u8df3\u52a8\uff0c\u5373\u4fbf\u662f\u8212\u7f13\uff0c\u4e5f\u683c\u5916\u6709\u529b\u3001\u4e30\u6ee1\u3002\u6211\u60f3\uff0c\u821e\u53f0\u5927\u7ea6\u662f\u5e78\u798f\u7684\u2026\u2026\u540e\u6094\u6ca1\u5f53\u5927\u4f17\u8bc4\u59d4\uff0c\u60f3\u4e3a\u8fd9\u4e2a\u8282\u76ee\u591a\u6253\u70b9\u5206\uff0c\u4e5f\u5e78\u597d\u4e0d\u662f\uff0c\u56e0\u4e3a\u5b8c\u5168\u88ab\u8fd9\u4e2a\u8282\u76ee\u5e26","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4340"};
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 () {
}
});
});
}