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=5249&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: 1743764436,
nonceStr: 'tS471nJupjosNiBx',
signature: '9f818963d63532ecd34611eae8b55aa3d063026e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u4e00\u6b21\u624b\u672f\u89e3\u51b3\u4e24\u5927\u95ee\u9898","smalltext":"\u6628\u5929\u4e0a\u5348\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u4e00\u53f7\u4f4f\u9662\u697c9\u697c18\u5e8a\u7684\u80e1\u8001\u4f2f\u5fc3\u60c5\u4e0d\u9519\uff0c\u4ed6\u65e9\u65e9\u6536\u62fe\u597d\u8863\u7269\uff0c\u5728\u51fa\u9662\u4e4b\u524d\uff0c\u5411\u6ccc\u5c3f\u5916\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u6797\u660c\u6c38\u548c\u4e3b\u6cbb\u533b\u5e08\u6731\u5343\u4e09\u9001\u4e0a\u4e86\u4e24\u679a\u9526\u65d7\u3002\u4ed6\u56e0\u524d\u5217\u817a\u589e\u751f\u4f34\u6709\u8180\u80f1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5249"};
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 () {
}
});
});
}