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=4778&classid=12&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: 1730419123,
nonceStr: '3wi3D0TsWi42OGdN',
signature: 'e5260520a77f61a5a83a25cae2f116c22e74a2b2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5bbf\u5dde\u5e02\u7acb\u533b\u9662-\u611f\u67d3\u79d1\u526f\u4e3b\u4efb\u6b66\u73b2","smalltext":"\u9006\u884c\u8005\u7a7f\u4e0a\u767d\u5927\u8902 \u5c31\u662f\u533b\u8005\u8131\u4e0b\u767d\u5927\u8902 \u4ed6\u4eec\u662f\u666e\u901a\u4eba\u662f\u6bcd\u4eb2\uff0c\u662f\u7236\u4eb2\uff0c\u662f\u5b69\u5b50\uff0c\u548c\u4f60\u6211\u4eec\u4e00\u6837\uff0c\u4f1a\u7ecf\u5386\u4eba\u751f\u7684\u5e78\u798f\u4e0e\u82e6\u96be\uff1b\u800c\u7a7f\u4e0a\u767d\u5927\u8902\u4ed6\u4eec\u662f\u9009\u62e9\u9006\u884c\u7684\u7684\u533b\u52a1\u5de5\u4f5c\u8005\u3002\u82f1\u96c4\u9006\u884c\uff0c\u4ed6\u4eec\u633a\u8eab\u800c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4778"};
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 () {
}
});
});
}