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=6612&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: 1743703347,
nonceStr: 'TzZXCPB5ViO2sNEp',
signature: '4160b2ad0047f401c8e86c95384b8d4b748e33be',
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\u54ed\u4e00\u54ed\uff0c\u6ca1\u5173\u7cfb","smalltext":"\u4e00\u5f00\u59cb\u7684\u521d\u5fc3\uff0c\u6211\u4eec\u4ece\u59cb\u81f3\u7ec8\u7686\u662f\u51cf\u5c11\u75c5\u4eba\u7684\u4f24\u75db\uff0c\u629a\u5e73\u60a3\u8005\u5fc3\u95f4\u7684\u7126\u8651\u3002\u968f\u7740\u65e5\u5b50\u4e00\u5929\u5929\u7684\u8fc7\u53bb\uff0c\u6211\u4eec\u89c1\u60ef\u4e86\u4f24\u75db\u5e26\u7ed9\u60a3\u8005\u60b2\u4f24\uff0c\u6709\u591a\u5c11\u4eba\u79ef\u6781\u9762\u5bf9\uff0c\u591a\u5c11\u4eba\u6d88\u6781\u9762\u5bf9\uff0c\u53c8\u6709\u591a\u5c11\u4eba\u79ef\u6781\u540e\u53ea\u6709\u65e0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6612"};
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 () {
}
});
});
}