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=1921&classid=5&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: 1747144720,
nonceStr: '1w9NA81gaUkl687R',
signature: '9b6be877866d35b826cc29347249f60bf2cd91e4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5e73\u660c\u53bf\u9996\u4f8b\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u60a3\u8005\u5728\u6211\u9662\u6cbb\u6108\u51fa\u9662","smalltext":"\u4eca\u5929\u4e0a\u5348\uff0c\u5e73\u660c\u53bf\u9996\u4f8b\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u5728\u6211\u9662\u6cbb\u6108\u51fa\u9662\u300210\u65f6\uff0c\u6768\u5973\u58eb\u6000\u62b1\u9c9c\u82b1\u6fc0\u52a8\u5730\u8d70\u51fa\u611f\u67d3\u6027\u75be\u75c5\u79d1\uff0c\u4e58\u5750120\u6551\u62a4\u8f66\u79bb\u5f00\u533b\u9662\u3002\u60a3\u8005\u6768\u5973\u58eb\uff0c46\u5c81\uff0c1\u670821\u65e5\u4ece\u6b66\u6c49\u81ea\u9a7e\u56de\u5e73\u660c\uff0c1\u670828\u65e5\u51fa\u73b0\u53d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1921"};
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 () {
}
});
});
}