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=1932&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: 1747146970,
nonceStr: 'J41FRHITspTW4Etc',
signature: '8c42ca20197006ea74e621d0148c597722b522a3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1aRICU\u4e3b\u4efb\u5728\u9694\u79bb\u75c5\u623f\u7684\u65e5\u5b50","smalltext":" \u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662RICU\u4e3b\u4efb\u6613\u6d69\u5b87\u4e8e2\u670812\u65e5\u4e0b\u5348\uff0c\u4ece\u65b0\u51a0\u80ba\u708e\u5b9a\u70b9\u533b\u9662\u9694\u79bb\u75c5\u623f\u6362\u9632\u4f11\u6574\uff0c\u8fdb\u884c\u4e3a\u671f14\u5929\u7684\u533b\u5b66\u89c2\u5bdf\u3002 \u8eba\u5728\u5bbe\u9986\u67d4\u8f6f\u8212\u9002\u7684\u5e8a\u4e0a\uff0c\u6613\u6d69\u5b87\u6709\u4e00\u79cd\u604d\u5982\u9694\u4e16\u7684\u611f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1932"};
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 () {
}
});
});
}