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=1148&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: 1715942653, nonceStr: '7IlD366u1QIWS2qG', signature: 'bb4f2700fb424c9e2d2f7a1eb851384c184bf957', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6bd5\u8282\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u6768\u8bda\uff1a\u575a\u6301\u65b0\u53d1\u5c55\u7406\u5ff5 \u6df1\u5316\u533b\u9662\u4eba\u6587\u5185\u6db5","smalltext":"\u6bd5\u8282\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1937\u5e748\u6708\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u6025\u6551\u3001\u5065\u5eb7\u548c\u516c\u5171\u536b\u751f\u670d\u52a1\u4e3a\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\u3002\u533b\u9662\u4f4d\u4e8e\u7d20\u6709\u201c\u82b1\u6d77\u9e64\u4e61\u3001\u6d1e\u5929\u798f\u5730\u201d\u7f8e\u8a89\u7684\u6bd5\u8282\u5e02\u3002\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1148"}; 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 () { } }); }); }