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=3147&classid=11&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: 1746159544,
nonceStr: 'WUGYwBBqOGMBTDNG',
signature: 'dbb4f10fb9fd77f6c8cac0b6fc03f815ef934b36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ad8\u5510\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u533b\u4e8c\u4ee3\u5199\u7ed9\u7238\u7238\u7684\u4fe1","smalltext":"\u4ed6\u4eec\uff08\u533b\u52a1\u4eba\u5458\uff09\u65f6\u5e38\u7f3a\u5e2d\u5b69\u5b50\u6210\u957f\u4e2d\u7684\u91cd\u8981\u65f6\u523b\u4ed6\u4eec\u7b54\u5e94\u5b69\u5b50\u7684\u4e8b\u60c5\u603b\u662f\u56e0\u4e3a\u5de5\u4f5c\u4e00\u62d6\u518d\u62d6\u4ed6\u4eec\u603b\u6709\u5199\u4e0d\u5b8c\u7684\u75c5\u5386\u505a\u4e0d\u5b8c\u7684\u624b\u672f\u67e5\u4e0d\u5b8c\u7684\u623f\u2026\u2026Ta\u4eec\uff08\u533b\u4e8c\u4ee3\uff09\u7684\u7ae5\u5e74\u867d\u5c11\u4e86\u7236\u4eb2\u7684\u966a\u4f34\u4f46\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3147"};
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 () {
}
});
});
}