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=183&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: 1746290946,
nonceStr: '7oDUMe2vXryrsdtD',
signature: '5893772ca1d97e9875c5023da4c44003c64c1388',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d63\u5dde\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u533b\u8005\u6709\u6e29\uff0c\u533b\u7597\u6709\u5ea6","smalltext":"\u6211\u4eec\u5173\u5fc3\u7684\u90fd\u662f\u60a3\u8005\u7684\u64cd\u5fc3\u4e8b\u548c\u70e6\u5fc3\u4e8b\u8d63\u5dde\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u662f\u6c5f\u897f\u9769\u547d\u8001\u533a\u4e00\u5bb6\u4ee5\u809d\u75c5\u3001\u80ba\u75c5\u3001\u804c\u4e1a\u75c5\u3001\u4f20\u67d3\u75c5\u4e3a\u7279\u8272\u7684\u4e09\u7ea7\u7532\u7b49\u4e13\u79d1\u578b\u533b\u9662\uff0c90%\u4ee5\u4e0a\u75c5\u4eba\u662f\u7ed3\u6838\u3001\u4e59\u809d\u3001\u827e\u6ecb\u75c5\u7b49\u4f20","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=183"};
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 () {
}
});
});
}