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=134&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: 1716026798, nonceStr: 'baEGGvlKgkmBu1Ks', signature: '0436110001162d204b90a213a1da5f70ecff051e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u201c\u4e70\u591a\u4e86\u201d\u5403\u4e0d\u5b8c\uff0c\u9ebb\u70e6\u4f60\u4eec\u5e2e\u5e2e\u5fd9","smalltext":" \u5156\u77ff\u603b\u533b\u9662\u4e1c\u9662\u533a\u611f\u67d3\u75be\u75c5\u79d1\u7684\u75c5\u533a\u5185\uff0c\u6709\u4e00\u5f20\u75c5\u5e8a\u5df2\u7ecf\u7a7a\u7f6e\uff0c\u4f46\u6bcf\u6b21\u7ecf\u8fc7\u65f6\uff0c\u533b\u751f\u3001\u62a4\u58eb\u4eec\u603b\u4f1a\u770b\u4e0a\u4e00\u773c\u30022014\u5e74\u4ee5\u6765\uff0c\u65ad\u65ad\u7eed\u7eed\u7684\u4e09\u5e74\u4e2d\uff0c\u8fd9\u5f20\u75c5\u5e8a\u4e0a\u7684\u90a3\u4e2a\u53ef\u7231\u7684\u5c0f\u5973\u5b69\uff0c\u6210\u4e3a\u5168\u4f53\u533b\u62a4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=134"}; 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 () { } }); }); }