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=4000&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: 1745056694,
nonceStr: 'KgF6ZP0vrHTLGGzQ',
signature: 'baae7b297bb62db6f697bf5713bab3746af2c30c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ece\u5988\u5988\u8179\u4e2d\u5230\u4fdd\u6e29\u7bb1\uff0c\u5b9d\u5b9d\u5fc3\u8df3\u4e00\u8def\u8d85\u901f","smalltext":"1\u670828\u65e5\uff0c\u6000\u5b55\u7684\u5a1c\u5a1c\uff08\u5316\u540d\uff09\u524d\u5f80\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff0c\u4ee4\u5979\u60f3\u4e0d\u5230\u7684\u662f\uff0c\u539f\u672c\u5c31\u662f\u53bb\u505a\u4e2a\u4ea7\u68c0\uff0c\u7ed3\u679c\u5374\u8bde\u4e0b\u4e86\u5b9d\u5b9d\uff0c\u5176\u4e2d\u8fc7\u7a0b\u4ee4\u5979\u548c\u5bb6\u4eba\u73b0\u5728\u90fd\u8fd8\u60ca\u9b42\u672a\u5b9a\u3002\u5f53\u5929\u4e0a\u534810:30\u5de6\u53f3\uff0c\u5df2\u7ecf\u6000\u5b5538\u5468\u591a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4000"};
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 () {
}
});
});
}