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=3131&classid=12&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: 1714656650, nonceStr: 'rctyyH8h14nYDJD5', signature: 'b002779e9ff282aaafa7123e40306bac61e62ff5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6768\u590f\u5dcd:\u6211\u4ece\u6d77\u8fb9\u6765","smalltext":"\u6709\u65f6\u5019\u7d2f\u4e86\uff0c\u8eba\u4e0b\u5c31\u4f1a\u68a6\u89c1\u513f\u65f6\u95e8\u53e3\u90a3\u7247\u851a\u84dd\u7684\u6d77\uff0c\u4f9d\u7136\u6930\u98ce\u9635\u9635\uff0c\u6d77\u6d9b\u58f0\u58f0\u3002\u5728\u6c99\u6ee9\u4e0a\uff0c\u6211\u548c\u4f19\u4f34\u4eec\u6316\u8d1d\u58f3\u3001\u6293\u8783\u87f9\uff0c\u73a9\u5f97\u6b63\u8d77\u5174\u7684\u65f6\u5019\uff0c\u4e00\u56de\u5934\uff0c\u770b\u89c1\u4e86\u6211\u5bb6\u9633\u53f0\u4e0a\u90a3\u4e00\u4e32\u4e32\u814a\u80a0\u3002\u7136\u540e\uff0c\u6211\u5c31\u9192\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3131"}; 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 () { } }); }); }