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=3195&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: 1745151070,
nonceStr: 'oTO8XDY5Ug3LXfq6',
signature: 'd0c133f72f55bde75183576e41de755b9c12c5c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u56fd\u9645\u52a9\u4ea7\u58eb\u65e5\u5f00\u5c55\u4e30\u5bcc\u591a\u5f69\u6d3b\u52a8\u5e86\u8282\u65e5","smalltext":"5\u67085\u65e5\uff0c\u662f\u7b2c29\u4e2a\u56fd\u9645\u52a9\u4ea7\u8282\uff0c\u4eca\u5e74\u7684\u4e3b\u9898\u662f\u5171\u5e86\u795d\u3001\u5c55\u98ce\u91c7\u3001\u9f50\u52a8\u5458\u3001\u540c\u534f\u529b\u3002\u4ea7\u623f\u662f\u751f\u547d\u7684\u8d77\u70b9\uff0c\u800c\u52a9\u4ea7\u58eb\u662f\u6258\u8d77\u65b0\u751f\u547d\u7684\u7b2c\u4e00\u4eba\u30021992\u5e74\u8d77\uff0c\u56fd\u9645\u52a9\u4ea7\u58eb\u8054\u76df(ICM)\u5c06\u6bcf\u5e74\u76845\u67085\u65e5\u5b9a\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3195"};
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 () {
}
});
});
}