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=6414&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: 1743705624,
nonceStr: 'jbNm1QkERO2ZU3km',
signature: '5dd06c5c72a946b290dca613a925bd1a128e1633',
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:\u4e0e\u60a8\u540c\u5728","smalltext":" \u8bb0\u4e0d\u6e05\u6709\u591a\u5c11\u4e2a\u767d\u5929\uff0c\u662f\u4f60\u7ad9\u5728\u4e86\u6211\u7684\u8eab\u65c1\uff0c\u7528\u6df1\u60c5\u7684\u773c\u795e\uff0c\u7ed9\u6211\u61a7\u61ac\u548c\u5e0c\u671b\uff0c\u8bb0\u4e0d\u6e05\u6709\u591a\u5c11\u4e2a\u591c\u665a\uff0c\u6211\u966a\u4f60\u5ea6\u8fc7\u65f6\u95f4\u6f2b\u957f\uff0c\u7528\u575a\u6bc5\u7684\u773c\u795e\uff0c\u7ed9\u4f60\u81ea\u4fe1\u548c\u575a\u5f3a\uff0c\u867d\u7136\u770b\u4e0d\u5230\u5f7c\u6b64\u7684\u8138\u5e9e\uff0c\u76f8\u4e92\u611f\u52a8\u7684\u70ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6414"};
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 () {
}
});
});
}