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=4508&classid=11&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: 1741921466,
nonceStr: 'UFClwVZP9VeFeOqq',
signature: '7873d3b3d4938e02c0b0a2ad0f227d0321265c36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662-\u7559\u89c2\u7ad9\u7684\u6545\u4e8b","smalltext":"1\u670828\u65e5\uff0c\u6a2a\u5e97\u4f11\u95f2\u5c71\u5e84\u7559\u89c2\u7ad9\u5f00\u59cb\u6536\u4f4f\u96c6\u4e2d\u9694\u79bb\u4eba\u5458\uff0c\u4e3b\u8981\u9694\u79bb\u75ab\u60c5\u9ad8\u53d1\u5730\u533a\u8fd4\u4e1c\u4eba\u5458\u3001\u4e0e\u786e\u8bca\u75c5\u4f8b\u63a5\u89e6\u8fc7\u4eba\u5458\u30022\u670819\u65e5\uff0c\u5f20\u5973\u58eb\u56e0\u5de5\u4f5c\u9700\u8981\u56de\u5230\u6a2a\u5e97\uff0c\u5e76\u4e3b\u52a8\u8054\u7cfb\u9632\u75ab\u5c0f\u7ec4\u8981\u6c42\u96c6\u4e2d\u9694\u79bb\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4508"};
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 () {
}
});
});
}