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=4814&classid=10&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: 1744411102,
nonceStr: 'uLCYwp3nRq6QBSeR',
signature: '3151ecbf9e186ce025e5c81ee887192631f29024',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662-\u515a\u59d4\u529e\u516c\u5ba4\u56e2\u961f","smalltext":"2020\u5e748\u670829\u65e5\uff0c\u9996\u5c4a\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u51b3\u8d5b\u73b0\u573a\uff0c\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u4f5c\u54c1\u300a\u4e60\u6b66\u9ec4\u98de\u9e3f\uff0c\u95ee\u75c5\u4f5b\u4e2d\u533b\u300b\u4ece\u4f17\u591a\u4f5c\u54c1\u4e2d\u8131\u9896\u800c\u51fa\uff0c\u559c\u83b7\u51b3\u8d5b\u7279\u7b49\u5956\u4e4b\u91d1\u724c\u56e2\u961f\u5956\u3002\u544a\u522b\u4e86\u805a\u5149\u706f\uff0c\u8fdc\u79bb\u4e86\u638c\u58f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4814"};
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 () {
}
});
});
}