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=1080&classid=4&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: 1716043073, nonceStr: 'rtm1vGkXOltKsH63', signature: '8266243eea5eb71e1b5524f9fac48fb52fb4c51b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u9759\u5b89\u533a\u4e2d\u5fc3\u533b\u9662\u9648\u529b\u96ef\uff1a\u5047\u5982\u6211\u6709\u5065\u5168\u7684\u8eab\u4f53","smalltext":"\u5341\u4e03\u5c81\uff0c\u662f\u82b1\u5b63\u96e8\u5b63\uff0c\u662f\u8bd7\u4e00\u822c\u7684\u5e74\u7eaa\u3002\u5979\u53eb\u8d75\u96e8\uff08\u5316\u540d\uff09\uff0c\u79c0\u6c14\u7684\u4e94\u5b98\uff0c\u817c\u8146\u7684\u6027\u683c\uff0c\u603b\u559c\u6b22\u4f4e\u7740\u5934\uff0c\u5b89\u9759\u5730\u5750\u5728\u60a3\u8005\u4f11\u606f\u533a\uff0c\u7b49\u5f85\u5eb7\u590d\u8bad\u7ec3\u3002\u548c\u5176\u4ed6\u540c\u5e74\u9f84\u6bb5\u5c11\u5973\u4e00\u6837\uff0c\u8d75\u96e8\u4f1a\u5fe7\u90c1\uff0c\u4f1a\u5e7b\u60f3\uff0c\u4f46\u5979\u53c8\u548c\u5176\u4ed6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1080"}; 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 () { } }); }); }