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=3874&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: 1745109105,
nonceStr: 'xRJzAXB810B8wAPY',
signature: '8daaadea2275241dd913bccb8ce28adcb58e23e5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ece\u5367\u5e8a\u5230\u4e0b\u5730\u8d70\u8def\uff0c\u53ea\u5dee\u4e00\u4e2a\u690e\u95f4\u5b54\u955c\u624b\u672f","smalltext":" 11\u6708\u4e2d\u65ec\uff0c\u6211\u9662\u9aa8\u5916\u79d1\u4e8c\u75c5\u623f\u6210\u529f\u5b8c\u6210\u9996\u4f8b\u690e\u95f4\u5b54\u955c\u6cbb\u7597\u8170\u690e\u95f4\u76d8\u7a81\u51fa\u624b\u672f\u3002\u60a3\u8005\u672f\u540e\u75bc\u75db\u611f\u6d88\u5931\uff0c\u6b21\u65e5\u5373\u53ef\u4e0b\u5730\u884c\u8d70\u3002 \u738b\u5976\u59761\u5e74\u524d\u51fa\u73b0\u8170\u75bc\u53ca\u53f3\u817f\u75bc\u75db\u9ebb\u6728\u7684\u75c7\u72b6\uff0c\u901a\u8fc7\u53e3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3874"};
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 () {
}
});
});
}