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=2650&classid=13&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: 1743764931, nonceStr: 'ZP2b4lGU0AkyCJ1R', signature: 'd6adb4ececcb30da3798359c6e202f9b7f7cf9cc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5929\u6d25\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u533b\u52a1\u5fd7\u613f\u8005 \u771f\u60c5\u52a9\u5065\u5eb7","smalltext":"2018\u5e7411\u6708\uff0c\u56fd\u5bb6\u536b\u5065\u59d4\u53d1\u5e03\u6700\u65b0\u516c\u7acb\u533b\u9662\u8003\u6838\u6307\u6807\uff0c\u8fd9\u6b21\u53d8\u52a8\u66f4\u5f3a\u8c03\u4e0e\u57fa\u7840\u7684\u4e92\u52a8\uff0c\u6ce8\u91cd\u5bf9\u57fa\u5c42\u673a\u6784\u7684\u5e2e\u6276\uff0c\u5728\u8003\u6838\u6307\u6807\u7684\u9a71\u52a8\u4e0b\uff0c\u66f4\u591a\u5148\u8fdb\u7684\u6280\u672f\u3001\u4f18\u8d28\u7684\u75c5\u6e90\u5c06\u4e0b\u6c89\u5230\u57fa\u5c42\uff0c\u4fbf\u4e8e\u5404\u7ea7\u533b\u9662\u66f4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2650"}; 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 () { } }); }); }