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=6679&classid=14&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: 1743703413,
nonceStr: '1iaWCMek6G5F7e1W',
signature: '1a1604070202a27977814c01bda54556fa3433ab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u4e8e\u5fc3\u4e0d\u5fcd\u201d\u7684\u5988\u5988","smalltext":"\u6700\u8fd1\u79d1\u91cc\u6765\u4e86\u5f88\u591a\u5408\u80de\u75c5\u6bd2\u611f\u67d3\u7684\u5b9d\u5b9d\uff0c\u5c0f\u58ee\u58ee\u662f\u6211\u7ba1\u7406\u7684\u6700\u5c0f\u7684\u4e00\u4e2a\uff0c54\u5929\uff0c\u5168\u5bb6\u4eba\u90fd\u56f4\u7740\u8fd9\u4e2a\u6765\u4e4b\u4e0d\u6613\u7684\u5c0f\u751f\u547d\uff0c\u75c5\u623f\u5185\u5f25\u6f2b\u7740\u4e00\u80a1\u7d27\u5f20\u7684\u60c5\u7eea\u3002\u65e9\u6668\u533b\u751f\u67e5\u623f\u8fc7\u540e\u7ed9\u5c0f\u58ee\u58ee\u5f00\u4e86\u6d17\u9f3b\u5438\u75f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6679"};
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 () {
}
});
});
}