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=3090&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: 1745150168,
nonceStr: 'zXBZX06QI5RS8vek',
signature: '9a5d65e17d1ff58209a8c6e61c5da435aa8a856a',
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\u533b\u9662\uff1a\u51b7\u51b7\u7684\u9694\u79bb\u901a\u9053 \u6696\u6696\u7684\u771f\u60c5\u5173\u6000","smalltext":"\u8fd1\u65e5\uff0c\u5883\u5916\u8fd4\u6566\u9694\u79bb\u70b9\u7684\u91d1\u4e1c\u6625\u533b\u751f\u63a5\u73ed\u540e\u5f97\u77e5\u6709\u4e00\u540d\u9694\u79bb\u4eba\u5458\u9700\u8981\u5230\u5e02\u533b\u9662\u63a2\u89c6\u75c5\u5371\u7684\u7236\u4eb2\uff0c\u7531\u4e8e\u60c5\u51b5\u7279\u6b8a\uff0c\u91d1\u533b\u751f\u7acb\u5373\u62a5\u544a\u7ed9\u6566\u5316\u5e02\u533b\u9662\u526f\u9662\u957f\u3001\u9694\u79bb\u70b9\u8d1f\u8d23\u4eba\u5218\u6c38\u521a\uff0c\u6700\u7ec8\uff0c\u7ecf\u533b\u9662\u9886\u5bfc\u73ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3090"};
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 () {
}
});
});
}