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=5390&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: 1743703011,
nonceStr: 'N1LsF861nRrSE8v6',
signature: 'aa3c6f64be0d86af47ac8cd51e3768ac792be1a5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u8fb9\u9632\u6218\u58eb\u7a81\u53d1\u6025\u75c5\u62d2\u4f4f\u9662 \u63f4\u85cf\u533b\u751f\u201c\u65e5\u95f4\u624b\u672f\u201d\u52a9\u8fd4\u5c97","smalltext":"\u8fd1\u65e5\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u63f4\u897f\u85cf\u65e5\u571f\u53bf\u533b\u7597\u961f\u5468\u529b\u533b\u751f\u4e3a\u8fb9\u9632\u6218\u58eb\u5218\u67d0\uff0c\u6210\u529f\u5b9e\u65bd\u4e86\u201c\u809b\u5468\u8113\u80bf\u65e5\u95f4\u624b\u672f\u201d\uff0c\u8fd9\u4e0d\u4ec5\u586b\u8865\u4e86\u5f53\u5730\u65e5\u95f4\u624b\u672f\u7684\u7a7a\u767d\uff0c\u66f4\u6ee1\u8db3\u4e86\u8fd9\u540d\u6218\u58eb\u5feb\u901f\u6cbb\u7597\u3001\u5c3d\u65e9\u8fd4\u5c97\u7684\u8feb\u5207\u9700","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5390"};
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 () {
}
});
});
}