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=835&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: 1714659849, nonceStr: 'CaFKNIpEdsGpzt2t', signature: 'c015b878d07cd5589c72d0a6964929515be57a39', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/f55a9aef223ca1375a8cdb8f80e6ca60.jpg","title":"\u5357\u4eac\u540c\u4ec1\u533b\u9662\uff1a\u514d\u8d39\u516c\u76ca\u533b\u9662\u590f\u4ee4\u8425\uff0c\u533b\u8def\u7ae5\u884c","smalltext":"2019\u5e74\u7684\u590f\u5929\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u4e3e\u529e\u4e86\u514d\u8d39\u516c\u76ca\u590f\u4ee4\u8425\u6d3b\u52a8\uff0c\u6d3b\u52a8\u4e00\u7ecf\u53d1\u51fa\uff0c\u53d7\u5230\u5bb6\u957f\u7684\u70ed\u70c8\u6b22\u8fce\uff0c\u6700\u7ec8\u5171\u670930\u4f4d\u5c0f\u670b\u53cb\u6210\u4e3a\u5357\u4eac\u9996\u5bb6\u514d\u8d39\u516c\u76ca\u533b\u9662\u590f\u4ee4\u8425\u7684\u9996\u6279\u4f53\u9a8c\u8005\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=835"}; 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 () { } }); }); }