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=3411&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: 1745135268,
nonceStr: 'EuqjayPGfewrzzSd',
signature: '99e1ca4c5a2c3f389429f1d864843744baf228b9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82cf\u5dde\u9ad8\u65b0\u533a\u201c\u2018\u6b63\u810a\u672a\u6765\u2019\u516c\u76ca\u5173\u7231\u8ba1\u5212\u201d\u6b63\u5f0f\u542f\u52a8","smalltext":"\u8fd1\u5e74\u6765\uff0c\u9ad8\u5f3a\u5ea6\u7684\u5b66\u4e60\u538b\u529b\u548c\u7f3a\u4e4f\u8fd0\u52a8\u3001\u7761\u7720\u9020\u6210\u6211\u56fd\u513f\u7ae5\u9752\u5c11\u5e74\u810a\u67f1\u4fa7\u5f2f\u53d1\u75c5\u4eba\u6570\u4e0a\u6da8\uff0c\u4e25\u91cd\u7a0b\u5ea6\u589e\u52a0\u3002\u810a\u67f1\u4fa7\u5f2f\u5df2\u6210\u4e3a\u7ee7\u80a5\u80d6\u75c7\u3001\u8fd1\u89c6\u4e4b\u540e\u6211\u56fd\u9752\u5c11\u5e74\u3001\u513f\u7ae5\u5065\u5eb7\u7684\u7b2c\u4e09\u5927\u201c\u6740\u624b\u201d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3411"};
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 () {
}
});
});
}