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=5398&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: 1743703357,
nonceStr: '4BerCm56i1DXt4iw',
signature: 'f2ed0f76a29405da786fae77e36e62671d015d67',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u8f6c\u4f5c\u98ce\u4f18\u670d\u52a1\uff0c\u5165\u6237\u63a5\u79cd\u6696\u4eba\u5fc3","smalltext":"\u4e3a\u6df1\u5165\u843d\u5b9e\u201c\u6587\u660e\u5178\u8303\u57ce\u5e02\u201d\u521b\u5efa\uff0c\u6301\u7eed\u52a0\u5f3a\u4f5c\u98ce\u5efa\u8bbe\uff0c\u79ef\u6781\u5f00\u5c55\u201c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u201d\u5b9e\u8df5\u6d3b\u52a8\uff0c\u6301\u7eed\u63d0\u5347\u7fa4\u4f17\u83b7\u5f97\u611f\u3001\u5e78\u798f\u611f\u3002\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u9488\u5bf9\u884c\u52a8\u4e0d\u4fbf\u3001\u957f\u671f\u5367\u5e8a\u8001\u4eba\u75ab\u82d7\u63a5\u79cd\u96be\u9898\uff0c\u79ef\u6781\u5f00\u5c55\u4e0a\u95e8\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u3002\u533b\u9662\u7ec4\u7ec7\u5341\u4f59\u540d\u533b\u52a1\u4eba\u5458\u6210\u7acb\u5165\u6237\u63a5\u79cd\u961f\uff0c\u4e0e\u51e4\u51f0\u53f0\u8857\u9053\u529e\u4e8b\u5904\u79ef\u6781\u914d\u5408\uff0c\u5f00\u5c55\u65b0\u51a0\u75ab\u82d7\u5165\u6237\u63a5\u79cd\u5de5\u4f5c\uff0c\u83b7\u5f97\u7fa4\u4f17\u597d\u8bc4\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5398"};
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 () {
}
});
});
}