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=447&classid=10&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: 1714280033, nonceStr: 'b5zzGGoZFf8XFd4Z', signature: '48b9410ebf7cbb6177136305bdd5aa4184f458bb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u5411\u65e5\u8475\u201d\u5de5\u7a0b\u52a9\u529b\u6e29\u6696\u4eba\u6587\u533b\u9662\u5efa\u8bbe","smalltext":"\u8fd1\u5e74\u6765\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff08\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u575a\u6301\u201c\u4ee5\u4e13\u79d1\u5e26\u7efc\u5408\u201d\u7684\u53d1\u5c55\u6218\u7565\uff0c\u5168\u9762\u5b9e\u65bd\u201c\u516d\u5927\u6218\u7565\u5de5\u7a0b\u201d\u6cbb\u9662\u65b9\u7565\u3002\u5728\u6587\u5316\u5efa\u8bbe\u65b9\u9762\uff0c\u533b\u9662\u5f00\u5c55\u4e86\u6587\u5316\u5efa\u8bbe\u201c\u5411\u65e5\u8475\u201d\u5de5\u7a0b\uff0c\u8981\u6c42\u533b\u9662\u6587\u5316","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=447"}; 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 () { } }); }); }