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=4073&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: 1745056474,
nonceStr: 'EVWyUyyTpsQZvw8Z',
signature: '198668ff04e77b7b67bbe8b238369784b0e93ee3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u516b\u65ec\u963f\u5c14\u5179\u6d77\u9ed8\u75c5\u8001\u4f2f\u8d70\u5931\uff0c\u533b\u62a4\u9f50\u5fc3\u627e\u5230\u5bb6\u4eba","smalltext":"\u60a3\u6709\u963f\u5c14\u5179\u6d77\u9ed8\u75c5\u7684\u8bb8\u8001\u4f2f\uff08\u5316\u540d\uff09\u8d70\u5931\u6570\u4e2a\u5c0f\u65f6\u5bb6\u4eba\u5bfb\u627e\u672a\u679c\uff0c\u6b63\u4e00\u7b79\u83ab\u5c55\u65f6\u63a5\u5230\u4e86\u4e00\u901a\u6765\u81ea\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u7684\u7535\u8bdd1\u670820\u65e5\u4e2d\u5348\uff0c\u4e00\u4f4d80\u5c81\u5de6\u53f3\u7684\u8001\u4f2f\u5728\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u5eb7\u590d\u4e2d\u5fc3\u75c5\u623f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4073"};
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 () {
}
});
});
}