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=6549&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: 1743706045,
nonceStr: '5w25xGEIK4CkDLjA',
signature: '93d7d5f98d7ccc2279dd2e176471d561852656e8',
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\u5ba3\u4f20\u7684\u4eba\u6587\u5c31\u662f\u8bb2\u4eba\u8bdd\u505a\u4eba\u4e8b","smalltext":"7\u5e74\u524d\uff0c\u6211\u6000\u7740\u6ee1\u8154\u7684\u70ed\u60c5\u8e0f\u8fdb\u516c\u7acb\u533b\u9662\uff0c\u77ed\u6682\u5730\u878d\u5165\u540e\u662f\u88ab\u73b0\u5b9e\u65e0\u60c5\u5730\u6467\u6b8b\u3002\u4f5c\u4e3a\u4e00\u540d\u5ba3\u4f20\u4eba\u5458\uff0c\u6bcf\u5929\u8981\u505a\u7684\u4e00\u4ef6\u4e8b\u5c31\u662f\u6539\u7a3f\u5b50\u3002\u6211\u6536\u5230\u7684\u7a3f\u5b50\uff0c\u6709120\u5b57\u7684\u6807\u9898\u3001\u6709250\u5b57\u7684\u4eba\u540d\u3001\u670950\u5f20\u7167","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6549"};
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 () {
}
});
});
}