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=6447&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: 1761929563,
    nonceStr: 'LonisPj3qZ3E0Vjz',
    signature: 'bf5d3979eab849a38ca409f84361f345b41b1e1c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202311\/d053f60a408757df97a8c9b5f489c5c3.jpg","title":"\u3010\u6b22\u8fce\u7533\u62a5\u3011\u5168\u56fd\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u516c\u76ca\u5de1\u8bb2\u6b63\u5f0f\u542f\u52a8","smalltext":"\u7ecf\u8fc7\u4e09\u5e74\u7684\u7b79\u5212\uff0c\u73b0\u5728\u4f60\u4eec\u53ef\u4ee5\u514d\u8d39\u8bf7\u540d\u5e08\u5927\u5bb6\u4e0a\u95e8\u8bb2\u8bfe\u4e86\uff01\u5168\u56fd\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u516c\u76ca\u5de1\u8bb2\u6b63\u5f0f\u542f\u52a8\uff01\u4e00\u3001\u6d3b\u52a8\u5b97\u65e8\u7cbe\u51c6\u89e3\u8bfb\u56fd\u5bb6\u653f\u7b56\u3001\u4f20\u64ad\u6700\u65b0\u7ba1\u7406\u7406\u5ff5\u3001\u63a8\u52a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u3001\u4fc3\u8fdb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6447"};
      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 () { 
          }
      });
  });
}