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=6613&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: 1730419525,
nonceStr: 'UJ5DkgCpc1dPfsVd',
signature: 'eaf326f96a4f47fbdd31b5b6d5ea7b05b7916d7b',
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\u6d45\u6790\u4eba\u6587\u670d\u52a1\u4fe1\u606f\u5316\u5de5\u4f5c","smalltext":" \u533b\u7597\u4fe1\u606f\u5316\u5de5\u4f5c\u56f4\u7ed5\u201c\u4eba\u6587\u670d\u52a1\u201d\u4e3b\u9898\u8fdb\u884c\u76ee\u6807\u5185\u6db5\u62d3\u5c55\uff0c\u63d0\u5347\u4eba\u6587\u670d\u52a1\u4fe1\u606f\u5316\u5de5\u4f5c\u5efa\u8bbe\u6210\u6548\uff0c\u6df1\u5165\u5951\u5408\u533b\u7597\u4fe1\u606f\u5316\u670d\u52a1\u5de5\u4f5c\u672c\u8d28\uff0c\u7b26\u5408\u533b\u7597\u6570\u5b57\u5316\u53d1\u5c55\u8d8b\u52bf\u548c\u5ba2\u89c2\u5b9e\u9645\u9700\u6c42\uff0c\u662f\u533b\u7597\u4fe1\u606f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6613"};
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 () {
}
});
});
}