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=5293&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: 1743764441,
nonceStr: 'byUdB7bb7zYsMCIB',
signature: '1dd286fbc7288b001600cf8704f4e656d49afaa9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4eba\u6587\u6c1b\u56f4\u4e2d\u5de5\u4f5c\uff0c\u6211\u4eec\u5f88\u5e78\u798f","smalltext":"\u533b\u9662\u7684\u4eba\u6587\u7cbe\u795e\u4e0d\u4ec5\u4f53\u73b0\u5728\u533b\u60a3\u6c9f\u901a\u4e2d\uff0c\u5982\u679c\u4eba\u4eba\u90fd\u6709\u8fd9\u6837\u7684\u7cbe\u795e\uff0c\u90a3\u4e48\u6574\u4e2a\u533b\u9662\u7684\u6c1b\u56f4\u4e00\u5b9a\u662f\u548c\u8c10\u3001\u4e92\u52a9\u3001\u5171\u53d1\u5c55\u7684\uff0c\u8ba9\u4e0d\u662f\u60a3\u8005\u7684\u540c\u4e8b\u4e5f\u611f\u53d7\u5230\u6765\u81ea\u4ed6\u4eec\u6e29\u6696\u3002\u5f53\u75ab\u60c5\u5728\u91cd\u5e86\u9891\u53d1\u65f6\uff0c\u4e5d\u9f99","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5293"};
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 () {
}
});
});
}