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=3307&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: 1745135491,
nonceStr: 'VFbtIz9hE0FTJuGn',
signature: '952a61dfc4101f34c314a8f06a85fd38d5931f7b',
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:\u6211\u7684\u6297\u75ab\u4e4b\u8def","smalltext":" \u5728\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u521d\u671f\uff0c\u6211\u5728\u7b2c\u4e00\u65f6\u95f4\u5199\u4e0b\u4e86\u53c2\u52a0\u4e00\u7ebf\u6297\u75ab\u7684\u8bf7\u6218\u4e66\uff0c\u901a\u8fc7\u9662\u9886\u5bfc\u7684\u5ba1\u6838\uff0c\u52a0\u5165\u5230\u4e86\u533b\u9662\u53d1\u70ed\u95e8\u8bca\u7d27\u5f20\u7684\u5de5\u4f5c\u4e2d\u3002\u5176\u5b9e\u6211\u4e5f\u53ea\u662f\u4e00\u540d\u666e\u901a\u4eba\uff0c\u5185\u5fc3\u4e5f\u4f1a\u6709\u6050\u614c\uff0c\u4f46\u662f\u62a4\u58eb\u7684\u804c\u8d23","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3307"};
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 () {
}
});
});
}