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=6945&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: 1778673086,
nonceStr: 'liWcRnx2feHDV0S2',
signature: '4407968cbac850a1c2653bb997d6656e01b194cc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a90\u5c81\u8001\u4eba\u610f\u5916\u843d\u6c34 \u767d\u8863\u5929\u4f7f\u4e0e\u519b\u4eba\u4e08\u592b\u8054\u624b\u6551\u63f4","smalltext":"\u8fd1\u65e5\uff0c\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u518d\u73b0\u201c\u597d\u4eba\u5584\u4e3e\u201d\uff0c\u4ea7\u79d1\u52a9\u4ea7\u58eb\u738b\u65b9\u65b9\u4e0e\u4f11\u5047\u7684\u519b\u4eba\u4e08\u592b\u6ed5\u4f73\u4f73\u5728\u54b8\u9633\u6e56\u8fb9\u82f1\u52c7\u6551\u8d77\u4e00\u540d90\u5c81\u9ad8\u9f84\u7684\u843d\u6c34\u8001\u4eba\uff0c5\u67088\u65e5\u8001\u4eba\u7279\u5730\u59d4\u6258\u4eb2\u5c5e\u5230\u9662\u9001\u4e0a\u9526\u65d7\u4ee5\u8868\u8c22\u610f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6945"};
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 () {
}
});
});
}