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=780&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: 1746982674, nonceStr: 'luxc3FqkHxZoAcmz', signature: '43b0ddb620bb63108801044b6212fe372f8d3c4b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/c2b3a1d460da7ccdfa121cbd30945577.jpg","title":"\u91cd\u5e86\u5e02\u5df4\u5357\u533a\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u4eba\u751f\u5728\u5200\u5c16\u4e0a\u8d77\u821e","smalltext":"\u6211\u53eb\u5f20\u6b63\u7ea2\uff0c\u662f\u91cd\u5e86\u5e02\u5df4\u5357\u533a\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u80f8\u5916\u79d1\u4e3b\u4efb\u3002\u6211\u51fa\u751f\u5728\u4e00\u4e2a\u519c\u6751\u8d2b\u56f0\u5bb6\u5ead\uff0c\u7236\u6bcd\u53cc\u53cc\u6b8b\u75be\uff0c\u5bb6\u91cc\u5b50\u5973\u53c8\u591a\uff0c\u4e00\u5bb6\u4eba\u8fc7\u7740\u5bc5\u5403\u536f\u7cae\u7684\u65e5\u5b50\u3002\u7ae5\u5e74\u7ed9\u6211\u6700\u591a\u7684\u8bb0\u5fc6\u5c31\u662f\uff1a\u9965\u997f\u3001\u5634\u998b\u3001\u62d6\u6b20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=780"}; 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 () { } }); }); }