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=1521&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: 1747191159, nonceStr: '2WnVIydYRajYhjJy', signature: '59d9b917e2c7f5871e28225f9c5565b3abdea9e7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/aa66c6fed11b61aa141d974cb9a58277.jpg","title":"\u897f\u5b89\u5e02\u4e2d\u5fc3\u533b\u9662:\u60a3\u8005\u60f3\u51fa\u9662\u8fd8\u5f97\u5148\u8003\u8bd5","smalltext":"\u201c\u5976\u5976\u201d\uff0c\u60a8\u4eca\u5929\u8981\u51fa\u9662\u4e86\uff0c\u60a8\u6765\u8bf4\u8bf4\u56de\u5bb6\u540e\u600e\u4e48\u505a\uff0c\u624d\u80fd\u5feb\u5feb\u7684\u5eb7\u590d\u3002\u201d\u201c\u554a\uff0c\u8fd9\u4e2a\u2026\u2026\u201d\u201c\u6ca1\u5173\u7cfb\uff0c\u6211\u4eec\u518d\u6765\u4e00\u8d77\u5b66\u4e00\u4e0b\uff0c\u7b2c\u4e00\uff0c\u5728\u6d3b\u52a8\u7684\u65f6\u5019\uff0c\u6162\u6162\u6765\uff0c\u4e0d\u8981\u6025\uff0c\u8d77\u6765\u65f6\uff1a\u5e73\u536730\u79d2\uff0c\u53cc\u817f\u4e0b\u578230\u79d2\uff0c\u518d\u884c\u8d70","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1521"}; 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 () { } }); }); }