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=3931&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: 1745108649,
nonceStr: 'oXsQUJtSc77etPky',
signature: 'fac1bb9b799f3696a321d85a9950acd7db672124',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u8ffd\u5bfb\u533b\u5b66\u6e29\u5ea6 \u5851\u9020\u4eba\u6587\u54c1\u724c","smalltext":" \u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662(\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u662f\u4e00\u5bb6\u6709\u8fd170\u5e74\u5386\u53f2\u7684\u8001\u724c\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\uff0c\u81ea2017\u5e74\u4ee5\u6765\uff0c\u8be5\u9662\u5728\u8df5\u884c\u201c\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\u201d\u4e2d\u5168\u9762\u5f00\u5c55\u201c\u63d0\u5347\u670d\u52a1\u54c1\u8d28\uff0c\u6253\u9020","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3931"};
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 () {
}
});
});
}