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=6620&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: 1730421545,
nonceStr: 'dHU1MQLCT6owhMtc',
signature: '045dc8840a64735871e0f5b719655823afd8a11d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6211\u8981\u5bf9\u4f60\u8bf4\u8c22\u8c22","smalltext":"2021\u5e746\u670824\u65e5\u6211\u5728\u56db\u5ddd\u5927\u5b66\u534e\u897f\u7b2c\u4e8c\u533b\u9662\u751f\u4e0b\u4e86\u6211\u7684\u5b69\u5b50\uff0c\u51fa\u624b\u672f\u5ba4\u7684\u90a3\u4e00\u523b\u533b\u751f\u5bf9\u6211\u8bf4\uff1a\u201d\u9488\u7f1d\u5f97\u7279\u522b\u6f02\u4eae\uff0c\u5b9d\u5b9d\u4e5f\u5f88\u5065\u5eb7\uff0c\u52a0\u6cb9\u54e6\uff01\u201d\u6211\u6709\u70b9\u4e0d\u597d\u610f\u601d\u53c8\u5341\u5206\u611f\u52a8\uff0c\u8fde\u5fd9\u5411\u5979\u9053\u8c22\u3002\u8bf4\u4e0d\u597d\u610f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6620"};
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 () {
}
});
});
}