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=800&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: 1746984711,
nonceStr: 'HN5MSu6kOQbcIklf',
signature: '44ccb599c245d2bd46fd944995ff0fd1f2a64185',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6c89\u7761\u4e94\u5e74\uff0c\u5d4a\u5dde\u8110\u8840\u91cd\u71c3\u5973\u5b69\u751f\u547d\u4e4b\u5149","smalltext":"7\u67082\u65e5\uff0c\u6d59\u6c5f\u7701\u8110\u8840\u5e93\u7684\u5de5\u4f5c\u4eba\u5458\u5c06\u4e00\u4efd\u5728\u6d59\u6c5f\u7701\u8110\u8840\u5e93\u6c89\u7761\u4e86\u4e94\u5e74\u7684\u8110\u8840\u9001\u5230\u4e86\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\uff0c\u7528\u4e8e\u6551\u6cbb\u4f53\u91cd53kg\u7684\u6025\u6027\u6dcb\u5df4\u7ec6\u80de\u767d\u8840\u75c5\u60a3\u8005\u6587\u96ef\uff08\u5316\u540d\uff09\u3002\u4eca\u5e7428\u5c81\u7684\u6587","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=800"};
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 () {
}
});
});
}