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=3747&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: 1745109367,
nonceStr: 'mQlGqSVx47csFugU',
signature: '48c6c666164deef195efefccabaff3e96b66b4aa',
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\u201c\u96f6\u8ddd\u79bb\u201d\u7ed9\u767e\u59d3\u5e26\u6765\u5b9e\u5b9e\u5728\u5728\u7684\u4fbf\u6377","smalltext":"\u60a3\u8005\u5f90\u67d0\u662f\u4e00\u540d\u591a\u53d1\u6027\u76ae\u808c\u708e\u60a3\u8005\uff0c\u66fe\u591a\u6b21\u5728\u5409\u5927\u4e00\u9662\u4e0e\u6566\u5316\u5e02\u533b\u9662\u4e4b\u95f4\u5f80\u8fd4\u6cbb\u7597\u3002\u76ae\u808c\u708e\u662f\u4ee5\u5468\u8eab\u76ae\u75b9\u4f34\u9aa8\u9abc\u808c\u75bc\u75db\u65e0\u529b\u4e3a\u4e3b\u8981\u8868\u73b0\u7684\u98ce\u6e7f\u514d\u75ab\u75c5\uff0c\u53ef\u51fa\u73b0\u95f4\u8d28\u6027\u80ba\u708e\uff0c\u5fc3\u808c\u708e\uff0c\u5fc3\u529b\u8870\u7aed\u7b49","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3747"};
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 () {
}
});
});
}