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=3363&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: 1745135268,
nonceStr: 'Zt5s0qsHTkFrHAug',
signature: 'dc3bb4c8d32250410c4393a39eede678c2bc9a0f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u9662\u9886\u5bfc\u5e26\u5934\u505a\u5fd7\u613f\u8005","smalltext":"\u4e3a\u4e86\u66f4\u597d\u7684\u63d0\u5347\u5e7f\u5927\u60a3\u8005\u7684\u5c31\u8bca\u6548\u7387\u548c\u5c31\u533b\u611f\u53d7\uff0c\u4fc3\u8fdb\u533b\u9662\u5fd7\u613f\u670d\u52a1\u7684\u7ec4\u7ec7\u5efa\u8bbe\uff0c\u589e\u5f3a\u5fd7\u613f\u8005\u670d\u52a1\u884c\u52a8\u7684\u611f\u53ec\u529b\u548c\u5e7f\u6cdb\u6027\u30025\u6708\u5f00\u59cb\uff0c\u533b\u9662\u515a\u653f\u9886\u5bfc\u73ed\u5b50\u8eab\u7a7f\u7ea2\u8272\u9a6c\u7532\u548c\u7ef6\u5e26\u201c\u96f6\u8ddd\u79bb\u201d\u6df1\u5165","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3363"};
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 () {
}
});
});
}