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=5489&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: 1743702946,
nonceStr: 'xlXEre9BhULH6EuR',
signature: '39bd4017c0e54667b7effeec94cf297625dca552',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4e0e\u4eba\u4e3a\u5584 \u5f85\u4eba\u4ee5\u8bda","smalltext":"\u56fd\u5c1a\u793c\u5219\u56fd\u660c\uff0c\u5bb6\u5c1a\u793c\u5219\u5bb6\u5927\uff1b\u8eab\u5c1a\u793c\u5219\u8eab\u4fee\uff0c\u5fc3\u5c1a\u793c\u5219\u5fc3\u5bff\u3002 \u4e3a\u4e86\u8ba9\u75c5\u5458\u670d\u52a1\u4e2d\u5fc3\u5de5\u4f5c\u4eba\u5458\u66f4\u6709\u6548\u670d\u52a1\u60a3\u8005\uff0c\u8fd1\u65e5\uff0c\u6811\u5170\u533b\u7597\u4e8e\u745e\u82f1\u526f\u9662\u957f\u8fdb\u884c\u4e86\u201c\u516c\u52a1\u793c\u4eea\u57f9\u8bad\u201d\uff0c\u57f9\u8bad\u4e3b\u8981\u5185\u5bb9\u6709\u4eea\u5bb9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5489"};
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 () {
}
});
});
}