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=4143&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: 1762229932,
    nonceStr: '9nMkZjXtuiqOleq8',
    signature: '39f12db1ebcb04ea5c4b343212d51ea03d4dfd03',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5168\u529b\u4fdd\u969c\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u5b89\u5168\u8fdb\u884c","smalltext":"\u6839\u636e\u6211\u5e02\u5e94\u5bf9\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u6307\u6325\u90e8\u5173\u4e8e\u5f00\u5c55\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u7684\u8981\u6c42\uff0c\u4e3a\u786e\u4fdd\u6211\u5e02\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u7684\u5b89\u5168\u3001\u5e73\u7a33\u3001\u6709\u5e8f\u89c4\u8303\u5b9e\u65bd\uff0c2021\u5e741\u6708\uff0c\u6566\u5316\u5e02\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u6b63\u5f0f\u5f00\u59cb\u3002\u6566\u5316\u5e02\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4143"};
      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 () { 
          }
      });
  });
}