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=2842&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: 1746242404,
nonceStr: 'HoLWAqU9IORaNjwz',
signature: 'a4e1ef04377e37e448c6329610aa5ff8ebc00c54',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5410\u9c81\u756a\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u64ad\u6492\u4eba\u6587\u7684\u79cd\u5b50\uff0c\u79cd\u51fa\u5173\u7231\u7684\u836b\u853d","smalltext":"\u6587\u5316\u5efa\u8bbe\u662f\u533b\u9662\u7684\u7075\u9b42\uff0c\u53ea\u6709\u5f53\u533b\u9662\u7684\u7cbe\u795e\u6587\u5316\u987a\u5e94\u53d1\u5c55\u6f6e\u6d41\u3001\u9002\u5e94\u793e\u4f1a\u9700\u6c42\uff0c\u4f53\u73b0\u65f6\u4ee3\u7cbe\u795e\u3001\u878d\u5165\u533b\u9662\u751f\u6d3b\uff0c\u540c\u65f6\u53c8\u5177\u6709\u9c9c\u660e\u7684\u533b\u9662\u7279\u70b9\u65f6\u624d\u80fd\u4fc3\u8fdb\u533b\u9662\u7efc\u5408\u7ade\u4e89\u529b\u7684\u63d0\u5347\u3002\u4f18\u79c0\u3001\u5065\u5eb7\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2842"};
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 () {
}
});
});
}