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=4253&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: 1744970068,
nonceStr: 'KW6oBAvPjlRCvIgW',
signature: '8073ec624fcaab4b79b349fa19898728e20de322',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5987\u4ea7\u79d1\u7684\u4e00\u4e2a\u666e\u901a\u591c\u665a","smalltext":"3\u670820\u65e5\u665a\uff0c\u662f\u4e00\u4e2a\u666e\u901a\u7684\u5468\u672b\uff0c\u4e5f\u662f\u4e00\u4e2a\u6d6a\u6f2b\u7684\u96ea\u591c\uff0c\u6f2b\u5929\u96ea\u82b1\u5728\u8def\u706f\u7684\u7167\u5c04\u4e0b\u683c\u5916\u552f\u7f8e\u3002\u660f\u6697\u7684\u5149\u7ebf\u4e0b\uff0c\u8857\u9053\u4e0a\u51e0\u5bf9\u8def\u4eba\u4e5f\u6210\u4e3a\u8fd9\u4efd\u7f8e\u666f\u91cc\u7684\u4e00\u4efd\u70b9\u7f00\u3002\u5728\u5987\u4ea7\u79d1\u706f\u706b\u901a\u660e\u7684\u8d70\u5eca\u91cc\uff0c\u62a4\u58eb\u5c0f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4253"};
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 () {
}
});
});
}