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=2333&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: 1747125609,
nonceStr: 'g4Dib1jC9PH3RYCj',
signature: 'db63978f50ba54bded882bf19e2aeec8eb134614',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u4e24\u540d\u533b\u52a1\u4eba\u5458\u5706\u6ee1\u5b8c\u6210\u652f\u63f4\u6551\u6cbb\u4efb\u52a1\u51ef\u65cb\u5f52\u6765","smalltext":"3\u67086\u65e5\u4e0b\u5348\uff0c\u968f\u77402\u540d\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u51fa\u9662\uff0c\u5e38\u5fb7\u5e0282\u4f8b\u65b0\u51a0\u80ba\u708e\u786e\u8bca\u75c5\u4f8b\u987a\u5229\u6e05\u96f6\u30023\u670817\u65e5\u4e0a\u5348\uff0c\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662ICU\u4e24\u540d\u62a4\u58eb\u9648\u6ce2\u3001\u90d1\u5c0f\u9752\u5706\u6ee1\u5b8c\u6210\u652f\u63f4\u4efb\u52a1\uff0c\u89e3\u966414\u5929\u533b\u5b66\u9694\u79bb\u89c2\u5bdf\uff0c\u533b\u9662\u526f\u9662\u957f\u6d2a\u667a\u6797\u3001\u526f\u9662\u957f\u4f59\u5efa\u5bb6\u3001\u5de5\u4f1a\u4e3b\u5e2d\u5f20\u5efa\u56fd\u3001\u533b\u52a1\u90e8\u90e8\u957f\u8c2d\u4f20\u658c\u3001\u62a4\u7406\u90e8\u4e3b\u4efb\u674e\u5143\u9999\u3001ICU\u4e3b\u4efb\u738b\u5c0f\u5e73\u3001ICU\u62a4\u58eb\u957f\u5f20\u71d5\u4e00\u884c\u6765\u5230\u6258\u65af\u5361\u7eb3\u9152\u5e97\uff0c\u8fce\u63a5\u4e24\u540d\u52c7\u58eb\u56de\u5bb6\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2333"};
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 () {
}
});
});
}