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=5433&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: 1715373486, nonceStr: 'yxc1xeaxzcasH37o', signature: '30001f62fdb6bf654fee73def7f10235e196d9a5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202208\/67ac3efc643e1cf5f60e78b5b5524922.png","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u9ad8\u6e29\u4e0b\u7684\u5173\u952e\u6218\u201c\u75ab\u201d \uff0c\u613f\u6bcf\u4e00\u6b21\u51fa\u5f81\uff0c\u90fd\u5e73\u5b89\u65e0\u6059","smalltext":"\u75ab\u60c5\u603b\u662f\u4ee4\u4eba\u731d\u4e0d\u53ca\u9632\uff0c\u773c\u4e0b\uff0c\u6e29\u5dde\u6b63\u76f4\u9762\u65b0\u4e00\u8f6e\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u7684\u533b\u62a4\u4eba\u5458\u518d\u6b21\u53d8\u8eab\u201c\u5927\u767d\u6218\u58eb\u201d\uff0c\u51b2\u5728\u4e86\u6218\u75ab\u6700\u524d\u6cbf\u3002\u6597\u9177\u6691\uff0c\u6218\u75b2\u60eb\uff0c\u820d\u5c0f\u5bb6\uff0c\u4e3a\u5927\u5bb6\uff0c\u54ea\u91cc\u6709\u9700\u8981\uff0c\u4ed6\u4eec\u5c31\u5728\u54ea\u91cc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5433"}; 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 () { } }); }); }