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=268&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: 1743703015,
nonceStr: '1ogLzVX234nmb6yn',
signature: 'cd584d56c4d767b4ad88b88d43cda4d482083055',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u4e70\u83dc\u7684\u8def\u4e0a\uff0c\u4ed6\u987a\u4fbf\u6551\u4e86\u4e2a\u4eba\uff0c\u7b2c25\u4f8b\u90d1\u533b\u597d\u4eba\u518d\u73b0\uff01","smalltext":" 5\u67085\u65e5\u508d\u665a\uff0c\u5728\u90d1\u5dde\u5e02\u5bfa\u5761\u83dc\u5e02\u573a\uff0c\u6709\u4e00\u4e2a\u5e74\u8f7b\u8eab\u5f71\uff0c\u4ed6\u53cc\u819d\u8dea\u5730\uff0c\u8eab\u8fb9\u8eba\u7740\u4e00\u540d\u610f\u8bc6\u4e0d\u6e05\u7684\u7537\u5b50\uff0c\u4ed6\u4e00\u624b\u6258\u7740\u7537\u5b50\u7684\u5934\u90e8\uff0c\u4e00\u624b\u6276\u7740\u7537\u5b50\u7684\u8eab\u4f53\uff0c\u76f4\u5230120\u6025\u6551\u8f66\u8d76\u5230\u73b0\u573a\uff0c\u4ed6\u624d\u9ed8\u9ed8\u79bb\u5f00\u2026\u2026\u8fd9\u4e2a\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=268"};
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 () {
}
});
});
}