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=2775&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: 1746236750,
nonceStr: 'bbCkhMjXjWAjY2ha',
signature: '16f659c0b011ba0c3ddffb0cbf99da7bd133a83b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u57f9\u80b2\u5178\u578b\u3001\u793a\u8303\u5f15\u9886","smalltext":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1950\u5e74\uff0c\u524d\u8eab\u4e3a\u4e2d\u56fd\u4eba\u6c11\u5fd7\u613f\u519b521\u91ce\u6218\u533b\u9662\uff0c\u5177\u6709\u9769\u547d\u519b\u961f\u7684\u5149\u8363\u4f20\u7edf\uff0c\u4e25\u660e\u7684\u7eaa\u5f8b\uff0c\u56e2\u7ed3\u7684\u529b\u91cf\uff0c\u53f7\u4ee4\u7684\u4e00\u81f4\uff0c\u51b2\u950b\u9677\u9635\u7684\u7cbe\u795e\u3002\u4e03\u5341\u5e74\u6765\uff0c\u533b\u9662\u6ce8\u91cd\u6587\u5316\u7684\u6c89\u6dc0\u548c\u4f20","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2775"};
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 () {
}
});
});
}