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=6512&classid=14&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: 1743703352,
nonceStr: 'dEvEueTT1CVq12XP',
signature: '7bcee2da8a32b404c917aa2bb0c70e6adac9d134',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u4e09\u5316\u201d\u6253\u9020\u6d78\u6da6\u5f0f\u573a\u666f\u5316\u533b\u9662\u4eba\u6587\u6587\u5316","smalltext":"\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u5d07\u9ad8\u533b\u62a4\u7cbe\u795e\uff0c\u59cb\u7ec8\u662f\u533b\u52a1\u5de5\u4f5c\u8005\u7684\u521d\u5fc3\u6240\u5728,\u4e5f\u662f\u515a\u548c\u56fd\u5bb6\u8d4b\u4e88\u4ed6\u4eec\u7684\u4f7f\u547d\u5b97\u65e8\u30022023\u5e7410\u6708\uff0c\u6210\u90fd\u5e02\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u6253\u9020\u4e86\u201c\u533b\u8005\u4ec1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6512"};
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 () {
}
});
});
}