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=1987&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: 1747146900,
nonceStr: 'rweh8IV6dbiE2cxE',
signature: '2d0302292599598588714aeafa590c2e9b7a7bf0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5199\u7ed9\u6211\u594b\u52c7\u51fa\u5f81\u9a70\u63f4\u6e56\u5317\u7684\u540c\u4e8b\u6b66\u627f\u71d5\u3001\u848b\u4e2d\u6ce2","smalltext":"\u4eb2\u7231\u7684\u627f\u71d5\u3001\u5c0f\u848b\uff1a\u542f\u4fe1\u5b89\u597d\uff01\u4eca\u5929\u4e0b\u53487\u70b9\u5df2\u7ecf\u6536\u5230\u4f60\u4fe9\u5e73\u5b89\u5230\u8fbe\u6b66\u6c49\u7684\u4fe1\u606f\u3002\u90a3\u8fb9\u5929\u51b7\u4e00\u5b9a\u8981\u6ce8\u610f\u4fdd\u6696\u3002\u201c\u601d\u533b\u4eba\u201d\u804c\u5de5\u7fa4\u91cc\u5927\u5bb6\u7684\u795d\u798f\u4f60\u4eec\u770b\u5230\u4e86\u5427\u3002\u4ece\u4e00\u5f00\u59cb\u77e5\u9053\u4f60\u4eec\u8981\u51fa\u5f81\u6e56\u5317\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1987"};
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 () {
}
});
});
}