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=3691&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: 1762266009,
    nonceStr: 'tVfNe9fOTAYuh3pi',
    signature: 'fe897c64d443071d80d6834ffed711f19bf0b877',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u4e16\u754c\u6025\u6551\u65e5\uff0c\u201c\u6551\u201d\u5728\u4f60\u8eab\u8fb9","smalltext":"\u4eca\u5e74\u76849\u670812\u65e5\u662f\u7b2c21\u4e2a\u4e16\u754c\u6025\u6551\u65e5\uff0c\u4e3b\u9898\u4e3a\u201c\u75ab\u60c5\u4e0b\u7684\u6025\u6551\u201d\u3002\u4e3a\u8fdb\u4e00\u6b65\u63a8\u52a8\u75ab\u60c5\u5e38\u6001\u5316\u9632\u63a7\u7ba1\u7406\u4e0b\u7ea2\u5341\u5b57\u6551\u62a4\u5de5\u4f5c\u7684\u5f00\u5c55\uff0c\u79ef\u6781\u4f20\u64ad\u5e94\u6025\u6551\u62a4\u77e5\u8bc6\u4e0e\u7406\u5ff5\uff0c\u4f5c\u4e3a\u5609\u5b9a\u533a\u7ea2\u5341\u5b57\u533b\u9662\uff0c\u5609\u5b9a\u533a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3691"};
      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 () { 
          }
      });
  });
}