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=6809&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: 1743702956, nonceStr: 'XNphXQxWkVuFe0V8', signature: '5e6ed329dc7f8574f2c3a3da40a45a60932ef963', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9526\u5dde\u5e02\u5987\u5a74\u533b\u9662\uff1a\u4e00\u5c81\u8f89\u714c\uff0c\u7480\u74a8\u7efd\u653e","smalltext":"\u98ce\u96e8\u76f8\u4f34\uff0c\u4e00\u8f7d\u76f8\u8f89\u30022023 \u5e74 10 \u6708 10 \u65e5\uff0c\u5bb6\u5ead\u5316\u4ea7\u623f\u4e00\u533a\u5982\u4e00\u9897\u7480\u74a8\u7684\u65b0\u661f\uff0c\u5728\u9526\u5dde\u5e02\u5987\u5a74\u533b\u9662\u6b63\u5f0f\u6295\u5165\u4f7f\u7528\u3002\u4ece\u90a3\u4e00\u523b\u8d77\uff0c\u8fd9\u91cc\u4fbf\u6210\u4e86\u751f\u547d\u8bde\u751f\u7684\u6e29\u99a8\u6e2f\u6e7e\uff0c\u627f\u8f7d\u7740\u65e0\u6570\u5bb6\u5ead\u7684\u5e0c\u671b\u4e0e\u671f\u5f85\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6809"}; 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 () { } }); }); }