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=3176&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: 1745151068,
nonceStr: 'gav67VCNZqSUgdvV',
signature: 'cbb8f4365d8aee33678e29f17086e13b9e4b87a4',
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\u4e00\u5c01\u6765\u81ea\u5c0f\u5b66\u6559\u5e08\u7684\u4eb2\u7b14\u4e66\u4fe1","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u9662\u957f\u6536\u5230\u4e86\u4e00\u5c01\u6765\u81ea\u60a3\u8005\u7684\u611f\u8c22\u4fe1\uff0c\u8fd9\u5c01\u611f\u8c22\u4fe1\u662f\u60a3\u8005\u51fa\u966250\u5929\u540e\u4eb2\u7b14\u5199\u4e0b\u7684\uff0c\u6d0b\u6d0b\u6d12\u6d12\u7684\u5199\u6ee1\u4e86\u516d\u9875\u4fe1\u7eb8\u3002\u5728\u4f4f\u9662\u7684\u8fd9\u6bb5\u671f\u95f4\uff0c\u60a3\u8005\u53d7\u5230\u4e86\u533b\u52a1\u4eba\u5458\u7684\u7ec6\u5fc3\u7167\u6599\uff0c\u611f\u53d7\u5230\u4e86\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3176"};
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 () {
}
});
});
}