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=6729&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: 1743706322,
nonceStr: 'sICDWW9I89NBtms1',
signature: '6c5b25993b502f53fc629eb4fcc0cfa068fad83f',
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\u6e29\u6696\u751f\u547d\u7684\u4f59\u5149","smalltext":"\u533b\u9662\u627f\u8f7d\u7740\u751f\u547d\u548c\u5e0c\u671b\uff0c\u533b\u52a1\u4eba\u5458\u7684\u804c\u8d23\u9664\u4e86\u6551\u6b7b\u6276\u4f24\uff0c\u7ed9\u4e88\u75c5\u60a3\u751f\u7684\u5e0c\u671b\uff0c\u8fd8\u4e3a\u793e\u4f1a\u63d0\u4f9b\u6709\u4ef7\u503c\u7684\u516c\u76ca\u52a9\u529b\u3002\u6709\u8fd9\u6837\u7684\u4e00\u7fa4\u670d\u52a1\u4e8e\u764c\u75c7\u60a3\u8005\u7684\u961f\u4f0d\uff0c\u4ed6\u4eec\u662f\u516c\u76ca\u4e8b\u4e1a\u7684\u8df5\u884c\u8005\uff0c\u4ed6\u4eec\u662f\u751f\u547d\u7684\u6446","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6729"};
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 () {
}
});
});
}