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=6649&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: 1743703473,
nonceStr: '2Esh0G4I8tliOyjo',
signature: 'f526d68052812cece5bcfdd20b30c57fd9578a99',
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\u9047\u89c1\u6e29\u6696\u3001\u4e00\u8def\u82b1\u5f00","smalltext":"\u5728\u6211\u4eec\u7684\u751f\u547d\u4e2d\uff0c\u4f1a\u9047\u89c1\u5f88\u591a\u7684\u4eba\u3001\u4f1a\u542c\u8fc7\u5f88\u591a\u7684\u8bdd\u3001\u4f1a\u53d1\u751f\u8fc7\u5f88\u591a\u7684\u4e8b\u60c5\u3002\u8f6c\u77ac\u95f4\uff0c\u6211\u5df2\u4ece\u4e00\u4e2a\u521a\u5165\u884c\u7684\u5341\u4e03\u5c81\u7684\u82b1\u5b63\u5c11\u5973\uff0c\u6210\u4e3a\u5df2\u6709\u4e09\u5341\u4e8c\u5e74\u5de5\u5e74\u9f84\u7684\u8001\u62a4\u7406\u4eba\u5458\u4e86\uff0c\u6211\u70ed\u7231\u6211\u6240\u4ece\u4e8b\u7684\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6649"};
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 () {
}
});
});
}