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=5091&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: 1746209496,
nonceStr: 'w87KbfGQ7gkXIBGm',
signature: '1ee283865521fe33ed52c765677d0309723e15a7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u4efd\u7279\u6b8a\u7684\u5feb\u9012","smalltext":" 3\u5929\u524d\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u5987\u4ea7\u79d1\u4e3b\u4efb\u77f3\u7434\u6536\u5230\u4e00\u4efd\u7279\u6b8a\u7684\u5feb\u9012\uff0c\u5feb\u9012\u7684\u5907\u6ce8\u4e2d\u5199\u7740\u957f\u957f\u7684\u4e00\u6bb5\u8bdd\uff1a\u201c\u611f\u8c22\u4e3b\u4efb\u3001\u5404\u4f4d\u5927\u592b\u548c\u62a4\u58eb\u9876\u7740\u98ce\u9669\u548c\u538b\u529b\uff0c\u5bf9\u6211\u7684\u6089\u5fc3\u6cbb\u7597\u548c\u5173\u7167\uff0c\u60a8\u4eec\u7684\u8f9b\u52b3\u4ed8\u51fa\u4f7f\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5091"};
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 () {
}
});
});
}