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=2355&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: 1761458963,
    nonceStr: 'FC6VWZNSiyqErL9K',
    signature: 'efaec72e2a2b856028966f9c11eb8cad4378b2ff',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f4d\u574a\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u505a\u8eab\u8fb9\u7684\u7231\u5fc3\u5929\u4f7f","smalltext":"\u4e00\u3001\u5fd7\u613f\u8005\u670d\u52a1\u961f2011\u5e743\u6708\u4efd\u7531\u6210\u7acb\u4e86\u9662\u5fd7\u613f\u8005\u670d\u52a1\u961f\uff0c\u5236\u4f5c\u4e86\u6f4d\u574a\u5e02\u5fd7\u613f\u8005\u670d\u52a1\u961f\u961f\u65d7\u3001\u8896\u6807\u3001\u7ef6\u5e26\u3001\u9a6c\u7532\u548c\u5fd7\u613f\u8005\u670d\u52a1\u624b\u518c\u3002\u79ef\u6781\u7ec4\u7ec7\u5fd7\u613f\u8005\u5f00\u5c55\u5bfc\u8bca\u3001\u54a8\u8be2\u3001\u5916\u51fa\u5ba3\u6559\u3001\u4e49\u8bca\u7b49","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2355"};
      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 () { 
          }
      });
  });
}