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=6697&classid=14&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: 1743703477,
nonceStr: '44SOo8GUSRyrLDpT',
signature: '5d148a25569b192b82e9cb61403673acdc7fe3fb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u533b\u9662\u91cc\u6309\u65f6\u201c\u4e0a\u4e0b\u73ed\u201d\u7684\u5bb6\u5c5e","smalltext":"\u9e7f\u8f66\u540c\u633d\uff0c\u957f\u60c5\u966a\u4f34\uff0c\u5927\u6982\u662f\u8fd9\u4e16\u95f4\u6700\u6734\u7d20\u771f\u631a\u7684\u7231\u60c5\u6a21\u6837\u4e86\u5427\u3002\u6bcf\u65e5\u6668\u95f4\u67e5\u623f\uff0c\u5927\u69828\u70b9\u949f\u5de6\u53f3\uff0c\u6211\u4eec\u603b\u80fd\u65e0\u4e00\u4f8b\u5916\u5730\u80fd\u5728\u6c88\u963f\u59e8\u7684\u5e8a\u8fb9\u770b\u5230\u5979\u7231\u4eba\uff0c\u9ec4\u53d4\u53d4\u3002\u770b\u5230\u533b\u62a4\u56e2\u961f\u53ca\u793e\u5de5\u8fdb\u95e8\u540e\u7684\u7b2c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6697"};
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 () {
}
});
});
}