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=1402&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: 1743895413,
nonceStr: 'Y511aKRDg5BOIYli',
signature: 'bd18a0ce2b2fa555e3e73c1516e223c8647ae521',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u6b66\u6c49\u94a2\u94c1\uff08\u96c6\u56e2\uff09\u516c\u53f8\u7b2c\u4e8c\u804c\u5de5\u533b\u9662\u7eaa\u5149\u4f1f\uff1a\u4fe1\u4efb\u662f\u533b\u60a3\u5173\u7cfb\u7684\u57fa\u7840","smalltext":"\u4eca\u5929\u665a\u4e0a20\u70b9\uff0c\u6211\u6b63\u5728\u7535\u8111\u4e0a\u505a\u4e8b\uff0c\u4e00\u4f4d\u670b\u53cb\u7684\u7535\u8bdd\u6765\u4e86\uff0c\u8bf4\u4ed6\u7684\u5b59\u5b50\u5934\u6454\u7834\u4e86\uff0c\u5e0c\u671b\u6211\u627e\u4e00\u5bb6\u533b\u9662\u8ddf\u4ed6\u7f1d\u9488\u3002\u8003\u8651\u5230\u6267\u4e1a\u5730\u70b9\u7684\u95ee\u9898\uff0c\u6211\u5f53\u5373\u56de\u7b54\uff1a\u53ea\u80fd\u53bb\u6211\u4eec\u533b\u9662\u3002\u533b\u9662\u79bb\u6211\u4eec\u4f4f\u5904\u670915\u516c\u91cc\uff0c\u670b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1402"};
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 () {
}
});
});
}