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=173&classid=12&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: 1743764869,
nonceStr: 'Kq7nRugx7Pmezu41',
signature: 'b25188e7b8d68255883c8de338bc692071f83908',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d66\u4e1c\u65b0\u533a\u4eba\u6c11\u533b\u9662\u6768\u745b","smalltext":"\u5982\u679c\u8bf4\u690d\u7269\u662f\u4e00\u76cf\u706f\uff0c\u90a3\u4e48\u9999\u6c14\u5c31\u662f\u5b83\u7684\u5149\uff01 \u2014\u7ef4\u514b\u591a.\u96e8\u679c\u5728\u6d66\u4e1c\u65b0\u533a\u4eba\u6c11\u533b\u9662\u4ee5\u201c\u98ce\u4fe1\u5b50\u201d\u547d\u540d\u7684\u8111\u5352\u4e2d\u75c5\u53cb\u4ff1\u4e50\u90e8\u5c31\u50cf\u662f\u4e00\u76cf\u706f\uff0c\u5728\u5e2e\u52a9\u60a3\u8005\u6297\u51fb\u5352\u4e2d\u7684\u5386\u7a0b\u4e2d\uff0c\u5e26\u7ed9\u4ed6\u4eec\u4fe1\u5fc3\u3001\u5e0c\u671b\u548c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=173"};
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 () {
}
});
});
}