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=3809&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: 1762248211,
    nonceStr: 'dWmt81ErP4hVj3vT',
    signature: '8863a355869ec484c9c85f8dec1cfe407fcb1b15',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u5973\u5b50\u8eab\u8d1f\u5de8\u4e7320\u5e74 \u533b\u52a1\u4eba\u5458\u7cbe\u51c6\u7f29\u5c0f+\u6574\u5f62","smalltext":"\u5982\u4eca\u5973\u5b50\u7686\u5728\u8ffd\u6c42\u4e30\u6ee1\u80f8\u56f4\uff0c\u4f46\u51e1\u4e8b\u7686\u8fc7\u72b9\u4e0d\u53ca\uff0c\u738b\u5973\u58eb\u4eca\u5e7452\u5c81\uff0c20\u5e74\u6765\u4e00\u4e2a\u95ee\u9898\u4e00\u76f4\u56f0\u6270\u5979\uff0c\u4e00\u5bf9\u5de8\u4e73\uff0c\u800c\u4e14\u4e0b\u5782\u65e5\u76ca\u4e25\u91cd\u4eca\u5e74\u5df2\u7ecf\u62b5\u81f3\u8170\u90e8\u3002\u8fd9\u5bf9\u201c\u5de8\u4e73\u201d\u65e0\u65f6\u4e0d\u523b\u90fd\u5728\u201c\u7ed1\u67b6\u201d\u7740\u738b\u5973\u58eb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3809"};
      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 () { 
          }
      });
  });
}