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=3860&classid=9&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: 1714345893, nonceStr: 'p2pn9BOKjDj1f6ki', signature: 'c56bff9a8e93df87fedad62a204593f810a6c3d4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f20\u4f2f\u793c\u9662\u58eb\uff1a\u5f18\u626c\u6297\u75ab\u7cbe\u795e\uff0c\u575a\u5b9a\u6587\u5316\u81ea\u4fe1","smalltext":"\u5f20\u4f2f\u793c\u9662\u58eb\u5728\u7b2c\u5341\u4e03\u5c4a\u4e16\u754c\u4e2d\u533b\u836f\u5927\u4f1a\u4e0a\u7684\u8bb2\u8bdd\uff1a\u5927\u5bb6\u597d\uff0c\u65b0\u51a0\u75c5\u6bd2\u73b0\u5728\u77e5\u9053\u67093\u4e07\u6761\u57fa\u56e0\uff0c\u8fd9\u79cd\u6392\u5e8f\u975e\u5e38\u4e95\u7136\u6709\u5e8f\u3002\u4eca\u5e749\u6708\u4efd\uff0c\u6e05\u534e\u5927\u5b66\u505a\u4e86\u4e00\u4e2a\u5de5\u4f5c\uff0c\u53d1\u73b0\u51a0\u72b6\u75c5\u6bd2\u6709\u4e09\u4e2a\u6392\u5e8f\uff0c\u6700\u4e0a\u9762\u7684\u662f\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=3860"}; 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 () { } }); }); }