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=1294&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: 1747168521, nonceStr: '5Lxt6ozweBeEp7lP', signature: '8b114f9a54130b88d95e7c7b07c2182201b2a103', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u5237\u65b0\u8bb0\u5f55\uff01\u4ec5500\u514b\u91cd\u7684\u201c\u7eb8\u7247\u5b9d\u5b9d\u201d\u5947\u8ff9\u5065\u5eb7\u51fa\u9662","smalltext":"\u201c\u771f\u7684\u592a\u611f\u8c22\u4f60\u4eec\u4e86\uff0c\u5982\u679c\u6ca1\u6709\u4f60\u4eec\u7684\u4ed8\u51fa\uff0c\u5c31\u4e0d\u4f1a\u6709\u6211\u4eec\u4eca\u5929\u5bb6\u4eba\u7684\u56e2\u5706\uff0c\u4f60\u4eec\u771f\u662f\u4eba\u95f4\u7684\u5929\u4f7f\u3002\u201d\u4eca\u65e5\uff0c\u5e7f\u897f\u6765\u5bbe\u5e02\u7684\u9093\u5973\u58eb\u4e00\u5bb6\u4eba\u4e00\u5927\u65e9\u6765\u5230\u4e86\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff0c\u6fc0\u52a8\u5730\u5c06\u9526\u65d7\u9012\u5230\u533b\u62a4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1294"}; 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 () { } }); }); }