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=5294&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: 1746209024,
nonceStr: 'ZkrLOjKbdLaih9Kg',
signature: '2fbd84e66a2ca6ce8ed082f6eab49d469d69cf03',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u5f00\u5c55\u5b66\u4e60\u300a\u9053\u5fb7\u7ecf\u300b\u7956\u56fd\u4f20\u7edf\u6587\u5316\u601d\u60f3\u7cbe\u9ad3\u6d3b\u52a8","smalltext":"4\u670811\u65e5\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u5f00\u5c55\u5b66\u4e60\u300a\u9053\u5fb7\u7ecf\u300b\u7956\u56fd\u4f20\u7edf\u6587\u5316\u601d\u60f3\u7cbe\u9ad3\u6d3b\u52a8\uff0c\u6c72\u53d6\u4f20\u7edf\u6587\u5316\u7cbe\u9ad3\uff0c\u8df5\u884c\u4eba\u6587\u5173\u6000\u7406\u5ff5\uff0c\u4ee5\u7f51\u7edc\u89c6\u9891\u6388\u8bfe\u7684\u65b9\u5f0f\u8fdb\u884c\u3002\u6d3b\u52a8\u7531\u9662\u957f\u52a9\u7406\u3001\u529e\u516c\u5ba4\u4e3b\u4efb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5294"};
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 () {
}
});
});
}