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=1028&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: 1714791558, nonceStr: 'UG0tUrt7ljl4YM0T', signature: '932647b1c1f45dbc78a0e47160f959a07ac84652', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/7aa27b9c025b9e753085def50ca10a87.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a30\u540d\u80bf\u7624\u60a3\u8005DIY\u7ee2\u6247\u9001\u533b\u751f","smalltext":" \u6843\u82b1\u3001\u67f3\u6811\u3001\u71d5\u5b50\u2026\u202630\u540d\u80bf\u7624\u60a3\u8005\u7528\u5510\u8bd7\u4e2d\u7684\u5f62\u8c61\u8d34\u51fa\u590d\u53e4\u6247\u9762\uff0c\u7528\u4e00\u6b21\u6027\u7b77\u5b50\u5f53\u6247\u628a\u513f\uff0c\u7528DIY\u7248\u753b\u505a\u6210\u7ee2\u6247\uff0c\u9001\u7ed9\u533b\u751f\uff0c\u611f\u8c22\u533b\u751f\u5728\u6297\u764c\u8def\u4e0a\u5bf9\u5979\u4eec\u7684\u4e00\u8def\u966a\u4f34\u300221\u65e5\uff0c\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1028"}; 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 () { } }); }); }