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=2526&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: 1745166703,
nonceStr: 'Im3rhq9kbM5BU92I',
signature: '842cd6c0813166491f057a62a8e7f636fbbafc16',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u5883\u5916\u8fd4\u6566\u4eba\u5458\u9694\u79bb\u89c2\u5bdf\u671f\u6ee1\u9001\u6765\u611f\u8c22\u4fe1","smalltext":"\u548c\u5e73\u4ece\u4e0d\u662f\u82f1\u96c4\u7684\u9000\u573a\uff0c\u6070\u6070\u662f\u82f1\u96c4\u7684\u65b0\u751f\uff0c\u60a8\u4eec\u662f\u8fd9\u4e2a\u65f6\u4ee3\u7684\u82f1\u96c4\uff01\u4f60\u4eec\u4e00\u5b9a\u8981\u597d\u597d\u7167\u987e\u81ea\u5df1\uff0c\u5065\u5065\u5eb7\u5eb7\uff0c\u5e73\u5e73\u5b89\u5b89\u3002\u75c5\u6bd2\u518d\u53ef\u6015\uff0c\u53ea\u8981\u6211\u4eec\u767e\u59d3\u548c\u4f60\u4eec\u4e00\u8d77\u52aa\u529b\uff01\u8fd9\u573a\u6218\u5f79\u4e00\u5b9a\u4f1a\u53d6\u5f97\u6700\u7ec8\u80dc\u5229\uff01\r\n\u611f\u8c22\u4fe1\u4e2d\u8fd9\u6837\u5199\u5230","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2526"};
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 () {
}
});
});
}