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=6644&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: 1743668371,
nonceStr: 'fItSuS8HojIqfVcx',
signature: 'd966d4ce72abce8012b8c68cc748405cefa6e497',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6d45\u8c08\u62a4\u7406\u4eba\u6587\u5173\u6000\u7ba1\u7406\u4e0e\u957f\u5c3e\u6548\u5e94","smalltext":"\u62a4\u7406\u4eba\u6587\u5173\u6000\uff0c\u662f\u6307\u5728\u8bca\u7597\u62a4\u7406\u8fc7\u7a0b\u4e2d\u533b\u62a4\u4eba\u5458\u4ee5\u4eba\u9053\u4e3b\u4e49\u7684\u7cbe\u795e\u5bf9\u60a3\u8005\u7684\u751f\u547d\u4e0e\u5065\u5eb7\u3001\u6743\u529b\u4e0e\u9700\u6c42\u3001\u4eba\u683c\u4e0e\u5c0a\u4e25\u7684\u771f\u8bda\u5173\u6000\u548c\u7167\u62a4\u3002\u5373\u9664\u4e86\u4e3a\u60a3\u8005\u63d0\u4f9b\u5fc5\u9700\u7684\u8bca\u7597\u6280\u672f\u670d\u52a1\u4e4b\u5916\uff0c\u8fd8\u8981\u4e3a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6644"};
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 () {
}
});
});
}