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=1936&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: 1714895852, nonceStr: 'A77sRx87QUbhjKwl', signature: '488dcf30222770e9a39bce20449868779a251f5f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/e4a3fff67604e44e82360a1d11d0c1ad.jpg","title":"\u7518\u8083\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u51b3\u6218\u6b66\u6c49\uff0c\u5987\u5e7c\u513f\u5973\u4e3a\u56fd\u51fa\u5f81","smalltext":"\u7f61\u98ce\u6d69\u8361\uff0c\u65cc\u65d7\u730e\u730e\uff0c\u53f7\u89d2\u957f\u9e23 \u30022020\u5e742\u670815\u65e5\uff0c\u7518\u8083\u7701\u5987\u5e7c\u4fdd\u5065\u9662\u63f4\u52a9\u6e56\u5317\u533b\u7597\u961f15\u540d\u961f\u5458\u706b\u901f\u5230\u4f4d\uff0c\u4e0e\u6765\u81ea\u5168\u56fd\u5404\u5730\u7684\u767d\u8863\u6218\u58eb\u8fc5\u901f\u96c6\u7ed3\uff0c\u52a0\u5165\u6b66\u6c49\u6218\u201c\u75ab\u201d\u603b\u653b\uff01\u8fd9\u662f\u600e\u6837\u7684\u6218\u573a\uff1f\u622a\u81f32\u67081","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1936"}; 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 () { } }); }); }