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=3825&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: 1762265549,
    nonceStr: 'jJZF4wd0enoQSDbc',
    signature: '69a752d574ca2fbc90cf407daecb7aa56787130e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ecd\u5174\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u63d0\u5347\u5c31\u533b\u5b89\u5168\u611f\uff0c\u6765\u770b\u7ecd\u5174\u8fd9\u5bb6\u533b\u9662\u5982\u4f55\u505a","smalltext":"\u7ef4\u62a4\u533b\u7597\u673a\u6784\u6b63\u5e38\u533b\u7597\u79e9\u5e8f\u548c\u6cbb\u5b89\u79e9\u5e8f\uff0c\u4e8b\u5173\u4eba\u6c11\u7fa4\u4f17\u798f\u7949\u3001\u4e8b\u5173\u793e\u4f1a\u548c\u8c10\u7a33\u5b9a\u3002\u4e3a\u6df1\u5165\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u63a8\u8fdb\u5e73\u5b89\u5efa\u8bbe\u91cd\u8981\u6307\u793a\u7cbe\u795e\uff0c\u5168\u56fd\u5404\u90e8\u95e8\u3001\u5404\u7cfb\u7edf\u4f9d\u6258\u5e73\u5b89\u533b\u9662\u5de5\u4f5c\uff0c\u5145\u5206\u843d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3825"};
      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 () { 
          }
      });
  });
}