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=6503&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: 1743703098,
nonceStr: 'vssVtSs1l5spyzQU',
signature: '8055d14b3ece0dc8442b51d4e128c6ac5bab033e',
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\u4ee5\u4e13\u75c5\u7ba1\u7406\u5e08\u4e3a\u6865\u6881\u7684\u5168\u7a0b\u7ba1\u7406\u6a21\u5f0f\u5bf9\u533b\u9662\u4eba\u6587\u5173\u6000\u80fd\u529b\u7684\u5f71\u54cd","smalltext":"2016\u5e74\uff0c\u4e2d\u5171\u4e2d\u592e\u3001\u56fd\u52a1\u9662\u5370\u53d1\u300a\u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u89c4\u5212\u7eb2\u8981\u300b\u63d0\u51fa\u8fdb\u4e00\u6b65\u63d0\u9ad8\u4eba\u6c11\u5065\u5eb7\u6c34\u5e73\uff0c\u4f18\u5316\u5065\u5eb7\u670d\u52a1\uff0c\u5168\u65b9\u9762\u3001\u5168\u751f\u547d\u5468\u671f\u4fdd\u969c\u4eba\u6c11\u5065\u5eb7\u3002\u52302030\u5e74\uff0c\u663e\u8457\u63d0\u9ad8\u4eba\u5747\u5065\u5eb7\u9884\u671f\u5bff\u547d\uff0c\u5efa\u7acb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6503"};
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 () {
}
});
});
}