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=2512&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: 1745165273,
nonceStr: 'FTLfz4tni3abofgw',
signature: 'bf688111ac676ebd240ce368c3bb29cce1907966',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u5317\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u673a\u573a\u575a\u5b88 \u505a\u8fd4\u5883\u4eba\u5458\u7684\u5b88\u62a4\u8005","smalltext":"\u51b2\u5728\u9632\u75ab\u524d\u7ebf\u7684\u6025\u8bca\u79d1\u201c\u5b54\u96c0\u84dd\u201d3\u670817\u65e5\u4e0b\u5348\uff0c\u6dee\u5317\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6025\u8bca\u79d1\u683c\u5916\u5fd9\u788c\uff0c\u4e00\u8f86120\u6025\u6551\u8f66\u521a\u521a\u63a5\u5230\u6025\u6551\u6307\u4ee4\u9a76\u51fa\u533b\u9662\u63a5\u5987\u79d1\u60a3\u8005\uff0c\u53e6\u4e00\u8fb9\u53c8\u54cd\u8d77\u4e86120\u6025\u6551\u8b66\u94c3\uff0c\u63a5\u5230\u6307\u4ee4\u53e6\u4e00\u8f86120","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2512"};
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 () {
}
});
});
}