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=682&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: 1749359012, nonceStr: 'C6pQS0WQxO6ptPyL', signature: '2a006a216c3e9d27525c604926c0b064353e69f1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/59196b76c97bc8ded581d61fe1f9cf04.jpg","title":"\u4fdd\u5b9a\u5e02\u7b2c\u4e00\u4e2d\u5fc3\u533b\u9662\uff1a\u4e3a\u515a\u5458\u53d1\u653e\u201c\u515a\u5458\u653f\u6cbb\u751f\u65e5\u5361\u201d","smalltext":"\u201c7\u67085\u65e5\u662f\u4f60\u7684\u653f\u6cbb\u751f\u65e5\uff0c\u5728\u8fd9\u4e2a\u7279\u6b8a\u65e5\u5b50\u5373\u5c06\u6765\u4e34\u4e4b\u9645\uff0c\u6211\u4ee3\u8868\u515a\u7ec4\u7ec7\u5bf9\u4f60\u8868\u793a\u6170\u95ee\u548c\u795d\u8d3a\u3002\u8fd8\u671b\u8981\u4ee5\u6b64\u4e3a\u6fc0\u52b1\uff0c\u59cb\u7ec8\u4e0d\u5fd8\u521d\u5fc3\uff0c\u79ef\u6781\u6295\u8eab\u65f6\u4ee3\u6d2a\u6d41\uff0c\u4e3a\u533b\u9662\u5efa\u8bbe\u53d1\u5c55\uff0c\u4e3a\u515a\u7684\u4e8b\u4e1a\u518d\u7acb\u65b0\u529f\uff01\u201d\u8fd1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=682"}; 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 () { } }); }); }