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=1147&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: 1715947810, nonceStr: 'lXPXWk5dlLgcozgV', signature: '23b76767b58373e24879be156da3917119817af8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u5c0f\u6c64\u5c71\u533b\u9662\u5f20\u742a\uff1a\u4ee5\u6267\u7740\u4e4b\u5fc3\u4f20\u9012\u201c\u4eba\u6027\u6e29\u6696\u201d","smalltext":"\u201c\u4e24\u4e2a\u534a\u5c0f\u65f6\uff0c\u4e0d\u957f\uff0c\u5374\u8ba9\u60a8\u8d70\u8fdb\u4e86\u6211\u7684\u5fc3\u91cc\u3002\u4ece\u6700\u5f00\u59cb\u7684\u62d2\u7edd\u4ea4\u6d41\uff0c\u5230\u540e\u6765\u7684\u5a13\u5a13\u9053\u6765\uff0c\u6211\u60f3\u6211\u5e94\u8be5\u4e5f\u6253\u52a8\u4e86\u4f60\u7684\u5fc3\u3002\u9999\u6e2f-\u5e7f\u5dde-\u5317\u4eac\uff0c90\u591a\u5e74\u7684\u5c81\u6708\u91cc\u4f60\u7ecf\u5386\u4e86\u5f88\u591a\uff1b\u513f\u5973-\u5b59\u5973-\u91cd\u5b59\uff0c\u6bcf\u5f53\u8bf4\u5230","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1147"}; 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 () { } }); }); }