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=3897&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: 1745108773,
nonceStr: 'aqP2NZdG4WyXxQyp',
signature: '70b1dfa2c067af4226827b8b742304b6c6232c38',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u91cd\u5e86\u201c\u5019\u9e1f\u201d\u88ab\u5317\u6d77\u533b\u751f\u201c\u9488\u670d\u201d","smalltext":" \u201c\u771f\u662f\u795e\u9488\u5440\uff01\u201d12\u670824\u65e5\uff0c\u91cd\u5e86\u6765\u5317\u6d77\u8fc7\u51ac\u7684\u201c\u5019\u9e1f\u201d\u65b9\u5973\u58eb\u518d\u6b21\u6765\u5230\u5e02\u4eba\u6c11\u533b\u9662\u94f6\u6ee9\u533b\u9662\uff0c\u627e\u5230\u5eb7\u590d\u533b\u5b66\u79d1\u84dd\u7ecd\u8273\u533b\u751f\u8fdb\u884c\u6cbb\u7597\u65f6\u518d\u6b21\u8bf4\u9053\u3002\u65b9\u5973\u58eb\u662f\u91cd\u5e86\u9000\u4f11\u8001\u5e08\uff0c\u6bcf\u5e74\u51ac\u5929\u90fd\u4f1a\u6765\u5317","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3897"};
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 () {
}
});
});
}