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=4668&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: 1743764650,
nonceStr: 'y4qiyvClcF3HpdMX',
signature: '1401720dced7cfa1a43f634b82d7f1c823167615',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5927\u7406\u767d\u65cf\u81ea\u6cbb\u5dde\u4eba\u6c11\u533b\u9662-\u5b89\u5fc3\u6297\u75ab\u540e\u65b9\u6709\u6211","smalltext":"2020\u5e74\u521d\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7206\u53d1\uff0c\u5927\u7406\u5dde\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u65b0\u51a0\u80ba\u708e\u5b9a\u70b9\u6551\u6cbb\u533b\u9662\uff0c\u5e7f\u5927\u533b\u52a1\u4eba\u5458\u820d\u5c0f\u5bb6\u987e\u5927\u5bb6\uff0c\u4e0d\u8bba\u751f\u6b7b\u3001\u4e0d\u8ba1\u62a5\u916c\uff0c\u7eb7\u7eb7\u5199\u4e0b\u8bf7\u6218\u4e66\u6309\u4e0b\u7ea2\u624b\u5370\uff0c\u79ef\u6781\u6295\u8eab\u6297\u75ab\u4e00\u7ebf\uff0c\u65e0\u8bba\u662f\u7ec4\u5efa\u533b\u7597\u961f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4668"};
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 () {
}
});
});
}