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=3601&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: 1745119618,
nonceStr: '6hzRi0O2ompi1DYw',
signature: 'ef75fedd0da829144ede7235544f1afb709a1267',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a33\u5c81\u5e74\u8f7b\u60a3\u8005\u5fc3\u810f\u79fb\u690d\u91cd\u83b7\u65b0\u751f","smalltext":"16\u5c81\u65f6\u88ab\u786e\u8bca\u7f29\u7a84\u6027\u5fc3\u5305\u708e\u540e\u5b9e\u65bd\u7b2c\u4e00\u6b21\u624b\u672f\uff0c22\u5c81\u65f6\u75c5\u60c5\u590d\u53d1\u5b9e\u65bd\u7b2c\u4e8c\u6b21\u624b\u672f\uff0c\u4eca\u5e7433\u5c81\u2014\u2014\u7ec8\u672b\u671f\u5fc3\u529b\u8870\u7aed\u3001\u5fc3\u529f\u80fdIV\u7ea7\uff0c\u5168\u8eab\u6c34\u80bf\uff0c\u533b\u751f\u5224\u65ad\u4ed6\u5c06\u6d3b\u4e0d\u8fc7\u4e00\u5e74\uff0c\u552f\u6709\u5fc3\u810f\u79fb\u690d\u624d\u80fd\u633d\u6551\u4ed6\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3601"};
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 () {
}
});
});
}