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=2053&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: 1749447439,
nonceStr: 'EMpxB1adHcAvvRvJ',
signature: '169a8e3c913716065574fbf391c1421da73fdd25',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u4ece\u9996\u4f8b\u786e\u8bca\u5230\u4e09\u5929\u96f6\u589e\u957f!\u8fd950\u5929,\u4ed6\u4eec\u7ecf\u5386\u4e86\u4ec0\u4e48?","smalltext":"2\u670818\u65e5\u4ee5\u6765\u6df1\u5733\u5168\u5e02\u5df2\u7ecf\u6301\u7eed\u4e09\u5929\u65e0\u65b0\u589e\u65b0\u51a0\u80ba\u708e\u786e\u8bca\u75c5\u4f8b\u201c\u8003\u8bd5\u591a\u5e74,\u7b2c\u4e00\u6b21\u53d1\u73b00\u662f\u6ee1\u5206!\u201d\u5e02\u6c11\u4eec\u60c5\u7eea\u7ec8\u4e8e\u6709\u4e86\u4e00\u70b9\u653e\u677e!\u4ece1\u67082\u65e5\u9881\u5e03\u5168\u9662\u9662\u611f\u63a7\u5236\u901a\u77e5\u968f\u540e\u53d1\u73b0\u6df1\u5733\u548c\u5e7f\u4e1c\u7701","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2053"};
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 () {
}
});
});
}