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=5002&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: 1714657650, nonceStr: 'YFbAIWPJsxtgmUW1', signature: '5bd74d7bbdc2f6a3eded0d9167ee22ecf11b4da6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202110\/1ed2f9d26f108cc5e41e1a0d3ecf95a5.jpg","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u591a\u5b66\u79d1\u8054\u5408\u6551\u6cbb\uff0c98\u5c81\u8001\u4eba\u559c\u83b7\u65b0\u751f\uff01","smalltext":"\u968f\u7740\u5e74\u9f84\u7684\u589e\u5927\uff0c\u4eba\u4f53\u5404\u9879\u673a\u80fd\u9010\u6e10\u51cf\u9000\uff0c\u5f88\u591a\u75be\u75c5\u5bb9\u6613\u201c\u627e\u201d\u4e0a\u95e8\uff0c\u4e00\u65e6\u51fa\u73b0\u6025\u75c7\uff0c\u5e74\u9f84\u8d8a\u9ad8\uff0c\u6551\u6cbb\u7684\u98ce\u9669\u8d8a\u5927\u3002\u6700\u8fd1\uff0c\u5e38\u5dde\u4e00\u9662\u5c31\u6536\u6cbb\u4e86\u4e00\u4f4d98\u5c81\u9ad8\u9f84\u7684\u60a3\u8005\u3002\u56fd\u5e86\u8282\u524d\u7684\u4e00\u5929\uff0c\u4fde\u5927\u7237\u7a81\u7136\u611f\u5230","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5002"}; 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 () { } }); }); }