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=3269&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: 1747145519, nonceStr: 'RbvEZMiWnz6WKPIV', signature: '12f2d7e4068437952ec12c703c03d87e76657f84', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/44cf5f3d1d9a41f4f4c4050b6f0e7a7f.jpg","title":"\u90d1\u5dde\u4e2d\u533b\u9aa8\u4f24\u75c5\u533b\u9662\uff1a\u201c\u4e92\u8054\u7f51+\u7f51\u7ea6\u62a4\u58eb\u201d\u542f\u52a8","smalltext":"\u4e3a\u8fce\u63a5\u7b2c\u4e09\u5c4a\u533b\u5e08\u8282\u53ca\u7b2c109\u5c4a\u56fd\u96455.12\u62a4\u58eb\u8282\uff0c\u5728\u5929\u4e59\u533b\u836f\u96c6\u56e2\u7684\u9f0e\u529b\u652f\u6301\u548c\u90d1\u5dde\u4e2d\u533b\u9aa8\u4f24\u75c5\u533b\u9662\u533b\u52a1\u79d1\u3001\u62a4\u7406\u90e8\u3001\u793e\u4f1a\u670d\u52a1\u90e8\u7684\u7cbe\u5fc3\u7b56\u5212\u4e0b\uff0c\u6211\u9662\u4e8e5\u670812\u65e5\u4e0b\u5348\u4e3e\u529e\u201c\u4e92\u8054\u7f51+\u7f51\u7ea6\u62a4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3269"}; 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 () { } }); }); }