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=6748&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: 1743771763,
nonceStr: 'BSsPpyuRLxOeEBF7',
signature: 'a10fa6a9878a0cc54b4e6732f560cf2845a1d6f9',
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\u7ae5\u5fc3\u6811\u00b7\u4f51\u6210\u957f\u201d\u533b\u9662\u6148\u5584\u6587\u5316\u54c1\u724c\u5efa\u8bbe","smalltext":"\u4e00\u3001\u57fa\u672c\u60c5\u51b5\uff08\u4e00\uff09\u6848\u4f8b\u5f00\u5c55\u5355\u4f4d\u57fa\u672c\u60c5\u51b5\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u6210\u7acb\u4e8e1996\u5e746\u67081\u65e5\uff0c\u4e3a\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u5eb7\u590d\u3001\u4fdd\u5065\u4e3a\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u513f\u7ae5\u4e13\u79d1\u533b\u9662\u3001\u5168\u56fd\u7231\u5a74\u533b\u9662\u3001\u6c5f\u82cf\u7701\u5065\u5eb7\u4fc3\u8fdb\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6748"};
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 () {
}
});
});
}