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=6514&classid=14&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: 1746129238, nonceStr: 'BYKPAe6PRXd6zJdY', signature: '78a9f8745697f10f46b8d4474714e51c24db83e8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u670d\u52a1\u8fb9\u9632\u5b98\u5175 \u4e0d\u5fd8\u521d\u5fc3","smalltext":"\u5982\u679c\u4e0d\u662f\u4eb2\u8eab\u5230\u8fc7\u8fd9\u91cc\uff0c\u4f60\u5c31\u4e0d\u77e5\u9053\u7956\u56fd\u7684\u897f\u5357\u8fb9\u9672\u662f\u5982\u6b64\u7f8e\u4e3d\uff01\u5979\u5c31\u50cf\u517b\u5728\u6df1\u95fa\u4eba\u4e0d\u8bc6\u7684\u5c11\u5973\uff0c\u7eaf\u771f\u65e0\u6687\uff0c\u5145\u6ee1\u6d3b\u529b\u3002\u8fd9\u91cc\u7684\u5929\u7eaf\u84dd\u7eaf\u84dd\u7684\uff0c\u8ba9\u4eba\u62e5\u62b1\u82cd\u7a79\uff0c\u5f00\u9614\u5fc3\u80f8\uff1b\u8fd9\u91cc\u7684\u4e91\u7eaf\u767d\u7eaf\u767d\u7684\uff0c\u50cf\u4e00\u6735","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6514"}; 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 () { } }); }); }