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=5612&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: '23nma80zK1qCab9f',
signature: 'ec4f1d5e8ad3a184047b4221a3d5edf3e6c00d78',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u75c5\u623f\u91cc\u7684\u201c\u522b\u6837\u201d\u513f\u7ae5\u8282","smalltext":"\u201c\u516d\u4e00\u201d\u56fd\u9645\u513f\u7ae5\u8282\u8fd9\u5929\uff0c\u6566\u5316\u5e02\u533b\u9662\u513f\u79d1\u75c5\u623f\u91cc\u6b22\u58f0\u7b11\u8bed\u3001\u7231\u610f\u6d53\u6d53\uff0c\u513f\u79d1\u533b\u62a4\u4eba\u5458\u7cbe\u5fc3\u7ec4\u7ec7\u513f\u7ae5\u8282\u4e3b\u9898\u6d3b\u52a8\uff0c\u8ba9\u75c5\u623f\u91cc\u7684\u5c0f\u670b\u53cb\u4eec\u5ea6\u8fc7\u4e00\u4e2a\u6b22\u4e50\u3001\u96be\u5fd8\u7684\u513f\u7ae5\u8282\u3002 \u4e3a\u4e86\u8ba9\u751f\u75c5\u4f4f\u9662\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5612"};
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 () {
}
});
});
}