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=679&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: 1746612260,
nonceStr: 'wvYYFMrlql7taqPu',
signature: '05f4a42c0dacc2fd1f3e2c082730ecd769dc778e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5f00\u5c55\u7ea2\u8272\u6559\u80b2\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8","smalltext":"\u4e0d\u5fd8\u521d\u5fc3\u8ddf\u515a\u8d70\uff0c\u7262\u8bb0\u4f7f\u547d\u52c7\u62c5\u5f53\u30026\u670829 -30\u65e5\uff0c\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\u515a\u603b\u652f\u7ec4\u7ec7\u7b2c\u4e00\u627955\u540d\u515a\u5458\u8d74\u51e4\u53bf\u9769\u547d\u7eaa\u5ff5\u9986\u3001\u7518\u8083\u4e24\u5f53\u5175\u53d8\u7eaa\u5ff5\u9986\u548c\u51e4\u53bf\u5de5\u5408\u7eaa\u5ff5\u9986\u3001\u5b9d\u6210\u94c1\u8def\u6587\u5316\u4f53\u9a8c\u9986\uff0c\u5f00\u5c55\u201c\u8ffd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=679"};
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 () {
}
});
});
}