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=424&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: 1744317842,
nonceStr: 'YaicrKef6cOCsS22',
signature: '986811df18d7e154d9e9b980e64ee986ca12e335',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u676d\u5dde\u7684\u4e00\u5c01\u5bfb\u4eba\u611f\u8c22\u4fe1\u5f15\u53d1\u70ed\u8bae","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u5c01\u4ece\u6d59\u6c5f\u7701\u676d\u5dde\u5e02\u5bc4\u6765\u5317\u6d77\u7684\u611f\u8c22\u4fe1\u5728\u5e02\u4eba\u6c11\u533b\u9662\u5f15\u8d77\u201c\u70ed\u8bae\u201d\uff0c\u6765\u4fe1\u662f\u4e09\u5f20\u6298\u53e0\u6574\u9f50\u7684\u7ad6\u6392\u4fe1\u7b3a\uff0c\u5b57\u4f53\u884c\u4e91\u6d41\u6c34\uff0c\u7b14\u950b\u521a\u52b2\u6709\u529b\uff0c\u6765\u4fe1\u4eba\u9664\u4e86\u5bf9\u9662\u65b9\u8868\u793a\u611f\u8c22\u5916\uff0c\u8fd8\u7279\u522b\u611f\u8c22\u4e00\u4f4d\u5e2e\u52a9\u4ed6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=424"};
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 () {
}
});
});
}