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=6519&classid=14&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: 1743703417,
nonceStr: 'XB6rjIo23q5xmLN9',
signature: '10982440bf81a6efcae986925c5e1cfc0fbd41f2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u533b\u9662\u91cc\u7684\u6e29\u6696\u5fae\u5149","smalltext":"\u533b\u9662\uff0c\u662f\u4e00\u4e2a\u5145\u6ee1\u4eba\u6587\u5173\u6000\u7684\u5730\u65b9\u3002\u5728\u8fd9\u4e2a\u7279\u6b8a\u7684\u573a\u6240\u91cc\uff0c\u533b\u751f\u3001\u62a4\u58eb\u3001\u60a3\u8005\u548c\u5bb6\u5c5e\u4e4b\u95f4\u7684\u4e92\u52a8\uff0c\u6563\u53d1\u51fa\u4eba\u6027\u7684\u5149\u8f89\u3002\u4ed6\u4eec\u7684\u5173\u6000\u548c\u6e29\u6696\uff0c\u8ba9\u4eba\u611f\u53d7\u5230\u751f\u547d\u7684\u5c0a\u4e25\u548c\u4ef7\u503c\u3002\u6bcf\u4e00\u5929\uff0c\u533b\u9662\u90fd\u4f1a\u8fce\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6519"};
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 () {
}
});
});
}