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=6603&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: 1730421426,
nonceStr: 'w3JtaBHhxvo0KkfE',
signature: '3d37a563c6ad46da2f85b2a6aa5d1e53d1a850a4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6d88\u5931\u76842\u53f7\u8f6e\u6905","smalltext":"\u533b\u9662\u662f\u4e00\u4e2a\u5145\u6ee1\u5173\u7231\u548c\u5e0c\u671b\u7684\u5730\u65b9\u3002\u4f5c\u4e3a\u4e00\u540d\u533b\u9662\u60a3\u8005\u670d\u52a1\u4e2d\u5fc3\u7684\u5de5\u4f5c\u4eba\u5458\uff0c\u65f6\u523b\u4ee5\u670d\u52a1\u60a3\u8005\u4e3a\u5df1\u4efb\uff0c\u5c3d\u529b\u5e2e\u52a9\u4ed6\u4eec\u5ea6\u8fc7\u96be\u5173\uff0c\u8ba9\u4ed6\u4eec\u611f\u53d7\u5230\u6ee1\u6ee1\u7684\u5173\u6000\u548c\u6e29\u6696\u3002\u6709\u4e00\u5929\uff0c\u6211\u63a5\u5230\u4e86\u79d1\u5ba4\u5bfb\u627e\u8f6e","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6603"};
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 () {
}
});
});
}