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=4605&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: 1715323803, nonceStr: 'dHLneq7LHKKcyd4N', signature: 'eba1b7454ccbf25493ae19a7a5658159e757527c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662-\u533b\u52a1\u793e\u5de5\u56e2\u961f","smalltext":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662\u91cc\u6709\u4e00\u7fa4\u72ec\u7279\u7684\u8eab\u5f71\uff0c\u4ed6\u4eec\u662f\u533b\u62a4\u4eba\u5458\u7684\u52a9\u624b\uff0c\u662f\u60a3\u8005\u548c\u5bb6\u5c5e\u7684\u670b\u53cb\uff0c\u662f\u533b\u9662\u670d\u52a1\u4e0d\u53ef\u6216\u7f3a\u7684\u4e00\u90e8\u5206\uff0c\u4ed6\u4eec\u53eb\u533b\u52a1\u793e\u5de5\u30022014\u5e74\uff0c\u5728\u987a\u5fb7\u533a\u536b\u5065\u5c40\u7684\u652f\u6301\u4e0b\uff0c\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4605"}; 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 () { } }); }); }