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=4741&classid=10&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: 1743764480,
nonceStr: '0YYUvTS9vRBo3pcm',
signature: '89bf39056ecc7fbbd1ed4a7865b62f2039986f7d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662-\u793e\u5de5\u56e2\u961f","smalltext":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662\u793e\u4f1a\u5de5\u4f5c\u90e8\u6210\u7acb\u4e8e2011\u5e74\uff0c\u662f\u515a\u59d4\u9886\u5bfc\u4e0b\u7684\u72ec\u7acb\u79d1\u5ba4\uff0c\u76ee\u524d\u62e5\u67094\u540d\u4e13\u804c\u533b\u52a1\u793e\u5de5\u3002\u4e3b\u8981\u8d1f\u8d23\u5fd7\u613f\u670d\u52a1\u7ba1\u7406\u3001\u201c\u4e8e\u4e95\u5b50\u535a\u7231\u6148\u5584\u4e13\u9879\u57fa\u91d1\u201d\u8fd0\u4f5c\u3001\u4e34\u5e8a\u793e\u4f1a\u5de5\u4f5c\u5b9e\u52a1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4741"};
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 () {
}
});
});
}