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=4147&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: 1749300107,
nonceStr: 'F8qETrzEp13UHmv8',
signature: '19cecc95687ab36c0adc000b3ce24ed4919d95d0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4ec1\u5fc3\u4ec1\u672f \u81f3\u7cbe\u81f3\u8bda","smalltext":"\u95eb\u666f\u56fd\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u73b0\u4efb\u6566\u5316\u5e02\u533b\u9662\u91cd\u75c7\u76d1\u62a4\u5ba4\uff08ICU\uff09\u4e3b\u4efb\u30021994\u5e74\u6bd5\u4e1a\u4e8e\u5ef6\u8fb9\u5927\u5b66\u533b\u5b66\u9662\u4e34\u5e8a\u533b\u5b66\u4e13\u4e1a\uff0c\u6bd5\u4e1a\u540e\u8fdb\u5165\u6566\u5316\u5e02\u533b\u9662\u547c\u5438\u5185\u79d1\u5de5\u4f5c\u30022007 \u5e74\u83b7\u5ef6\u8fb9\u5927\u5b66\u533b\u5b66\u7855\u58eb\u5b66\u4f4d\u30022009\u5e74\u81f3\u4eca","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4147"};
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 () {
}
});
});
}