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=1186&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: 1714352627, nonceStr: 'ycnShzEI3am1qGDz', signature: 'd1d3bbaf9b546147c5f415e062a0e48508841f5c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/d1624331762c9096a9bd80c3a80a1020.jpg","title":"\u6b66\u94a2\u4e8c\u533b\u9662\uff1a\u5b89\u5b81\u7597\u62a4\u5f15\u53d1\u540c\u884c\u5173\u6ce8","smalltext":"9\u670820\u65e5\uff0c\u6e56\u5317\u7701\u62a4\u7406\u5b66\u4f1a\u80bf\u7624\u62a4\u7406\u4e13\u59d4\u4f1a\u66a82019\u5e74\u5b66\u672f\u5e74\u4f1a\u5728\u6e56\u5317\u7701\u80bf\u7624\u533b\u9662\u53ec\u5f00\uff0c\u6b66\u94a2\u4e8c\u533b\u9662\u5b89\u5b81\u7597\u62a4\u4e2d\u5fc3\u4e3b\u4efb\u533b\u5e08\u7eaa\u5149\u4f1f\u5e94\u9080\u5728\u4f1a\u4e0a\u4f5c\u4e86\u300a\u56fd\u5185\u5916\u5b89\u5b81\u7597\u62a4\u7684\u73b0\u72b6\u53ca\u62a4\u58eb\u5728\u5b89\u5b81\u7597\u62a4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1186"}; 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 () { } }); }); }