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=4401&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: 1744969709,
nonceStr: 'gfh6aubU3X8r6pT1',
signature: 'b0c90f2769a7a8980e4434cc944ebb23dfb2077a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u539f\u521b\u300a\u5bfb\u89c5\u515a\u53f2\u9662\u53f2\u00b7\u4f20\u627f\u4e2d\u533b\u521d\u5fc3\u300b\u5411\u5efa\u515a100\u5468\u5e74\u732e\u793c","smalltext":"\u8fd1\u65e5\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u7cbe\u5fc3\u5236\u4f5c\u4e86\u300a\u5bfb\u89c5\u515a\u53f2\u9662\u53f2\u00b7\u4f20\u627f\u4e2d\u533b\u521d\u5fc3\u300b\u77ed\u89c6\u9891\uff0c\u5f15\u5bfc\u5168\u9662\u5e72\u90e8\u804c\u5de5\u505a\u5230\u5b66\u515a\u53f2\uff0c\u77e5\u9662\u53f2\uff0c\u609f\u601d\u60f3\uff0c\u5f00\u65b0\u5c40\uff0c\u594b\u529b\u63a8\u8fdb\u65b0\u65f6\u4ee3\u4e2d\u533b\u836f\u5de5\u4f5c\u9ad8\u8d28\u91cf\u53d1\u5c55\u3002\u89c6\u9891","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4401"};
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 () {
}
});
});
}