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=6732&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: 1743864516,
nonceStr: 'pmX4KXCUzhCdXWn7',
signature: '21187124c0c398abd88dd025466b23a4efccd118',
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\u533b\u52a1\u4eba\u5458\u5bf9\u5ba3\u4f20\u5f62\u5f0f\u7684\u504f\u597d\u6027\u7814\u7a76","smalltext":"\u5982\u4f55\u4ece\u53d7\u4f17\u89d2\u5ea6\u51fa\u53d1\uff0c\u6839\u636e\u4e0d\u540c\u7684\u53d7\u4f17\u7fa4\u4f53\u53ca\u5176\u504f\u597d\uff0c\u9009\u62e9\u4e0d\u540c\u7684\u5ba3\u4f20\u8f7d\u4f53\u548c\u65b9\u6cd5\uff0c\u5f00\u5c55\u6709\u9488\u5bf9\u6027\u7684\u5ba3\u4f20\uff0c\u662f\u6211\u4eec\u601d\u8003\u7684\u4e00\u4e2a\u91cd\u8981\u8bfe\u9898\u3002\u672c\u6587\u57fa\u4e8e\u6574\u5408\u6027\u6280\u672f\u63a5\u53d7\u6a21\u578b\uff0c\u901a\u8fc7\u76f8\u5173\u5206\u6790\u8bba\u8bc1\u4e0d\u540c\u5a92","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6732"};
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 () {
}
});
});
}