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=3939&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: 1745108773, nonceStr: 'cLtOr1Ho1uysSmz5', signature: 'c173c0a48c939a0ae14999950a1dce31282bb9e5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u611f\u52a8\u5e38\u5e38\u5728\uff0c\u7ec6\u8282\u66f4\u663e\u7231","smalltext":" \u8d35\u9633\u4eca\u5e74\u7684\u51ac\u5929\u4f3c\u4e4e\u6bd4\u5f80\u5e74\u66f4\u51b7\uff0c\u4f46\u662f\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u7532\u4e73\u5916\u79d1\u7684\u6e29\u5ea6\u4f9d\u65e7\u6ca1\u53d8\uff0c\u5f00\u79d1\u4e00\u5e74\u591a\u4ee5\u6765\uff0c\u5168\u4f53\u533b\u52a1\u4eba\u5458\u59cb\u7ec8\u79c9\u627f\u7740\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u7684\u533b\u7597\u62a4\u7406\u7406\u5ff5\uff0c\u6ce8\u91cd\u6bcf\u4e00\u4e2a\u670d\u52a1\u7ec6\u8282\uff0c\u5e0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3939"}; 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 () { } }); }); }