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=2867&classid=10&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: 1743770634,
nonceStr: 'uAAf3uLqTQILhZ65',
signature: 'a7a972cb168828c38b4bc0e4ba744b8be950e6c6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8944\u9633\u5e02\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\uff1a\u81ea\u5f3a\u4e0d\u606f\u8c0b\u751f\u5b58","smalltext":"\u8944\u9633\u5e02\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\u4f4d\u4e8e\u6e56\u5317\u8944\u9633\uff08\u56fd\u5bb6\uff09\u9ad8\u65b0\u6280\u672f\u4ea7\u4e1a\u5f00\u53d1\u533a\uff0c\u662f\u4e00\u6240\u529f\u80fd\u5b8c\u5584\u3001\u5efa\u5236\u9f50\u5168\u3001\u8bbe\u5907\u5148\u8fdb\uff0c\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u9884\u9632\u3001\u4fdd\u5065\u548c\u5eb7\u590d\u4e8e\u4e00\u4f53\u7684\u4e8c\u7ea7\u7532\u7b49\u533b\u9662\u3002\u533b\u9662\u524d\u8eab\u662f\u4e1c\u98ce","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2867"};
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 () {
}
});
});
}