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=3054&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: 1745150168,
nonceStr: 'k46UZp6TWE9xA7hh',
signature: '5d88dca64c148d92696f5d5439d4b11eea737e1c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u63f4\u9102\u82f1\u96c4\u51ef\u65cb\u56de\u5bb6","smalltext":"\u5f53\u7a97\u5916\u7684\u51b0\u971c\u6253\u8d25\u6307\u5c16\u4f53\u6e29\uff0c\u51c4\u51b7\u7684\u8857\u5934\u65e0\u4eba\u9a7b\u8db3\u7684\u65f6\u5019\uff0c\u4ed6\u4e49\u65e0\u53cd\u987e\u7684\u9009\u62e9\u9006\u884c\uff1b\u5f53\u4e1c\u65b9\u7684\u66d9\u5149\u7a7f\u900f\u5bc6\u5e03\u7684\u5c42\u4e91\uff0c\u65e9\u6625\u7684\u5fae\u98ce\u5524\u9192\u6c89\u7761\u7684\u6a31\u82b1\uff0c\u4ed6\u4eec\u8fce\u6765\u4e86\u5f52\u671f\u2026\u20264\u67083\u65e5,\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u7597","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3054"};
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 () {
}
});
});
}