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=201&classid=4&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: 1743702963,
nonceStr: 'CadCqLO0KjYcfL9L',
signature: 'adc3c634c68fa774d444789ca39855f1441f208c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8206\u8bba\u76d1\u7763\u4e0e\u4eba\u6587\u8ffd\u6c42","smalltext":"\u6211\u662f\u6ca1\u6709\u4efb\u4f55\u533b\u7597\u80cc\u666f\u7684\u4eba\uff0c\u6240\u4ee5\u5728\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7684\u672c\u6b21\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\u4e0a\u9762\u8bb2\u8bdd\uff0c\u6211\u8fd8\u662f\u8fd8\u662f\u6709\u70b9\u53d1\u6035\u7684\uff0c\u4f46\u662f\u5f88\u6709\u610f\u601d\u505a\u4e86\u5f88\u591a\u516c\u5171\u9886\u57df\u7684\u4e8b\u60c5\uff0c\u4e5f\u8f6c\u8eab\u505a\u793e\u4f1a\u7ec4\u7ec7\u57fa\u91d1\u4f1a\u505a\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=201"};
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 () {
}
});
});
}