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=4146&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: 1762229931,
    nonceStr: 'K4VdSDp5iHr7KNhW',
    signature: '40936fe7fec6a3b90cdcd66d31c55ad29298ca1f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u51fa\u751f\u4e09\u5929\u5c31\u88ab\u8feb\u624b\u672f\uff0c\u8fd9\u4e2a\u8ba9\u4eba\u5fc3\u75bc\u7684\u5b9d\u5b9d\u5df2\u7ecf\u51fa\u9662","smalltext":"3\u67088\u65e5\uff0c\u201c\u52ab\u540e\u4f59\u751f\u201d\u7684\u7537\u5b9d\u5b9d\u4ece\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u65b0\u751f\u513f\u79d1\u529e\u7406\u51fa\u9662\uff0c\u51fa\u9662\u65f6\u4f53\u91cd\u4e3a2.25\u516c\u65a4\uff0c\u6bd4\u534a\u4e2a\u6708\u524d\u5165\u9662\u65f6\u7684\u4f53\u91cd\u91cd\u4e860.25\u516c\u65a4\u3002\u8fd9\u540d\u8ba9\u4eba\u5fc3\u75bc\u7684\u7537\u5b9d\u5b9d\u662f2\u670818\u65e5\u5728\u5e02\u4eba\u6c11\u533b\u9662\u6b63\u5e38","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4146"};
      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 () { 
          }
      });
  });
}