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=6683&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: 1743703415,
nonceStr: 'kgnXqkeCA4XPEeZP',
signature: 'df3a7a0f0d316c290f3942cb93f2250974c61d2f',
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\u6211\u8d1f\u8d23\u7ed9\u4f60\u529b\u91cf\uff0c\u4f60\u8d1f\u8d23\u5feb\u4e50\u751f\u6d3b","smalltext":"\u4eca\u5929\u6765\u95e8\u8bca\u7684\u5b69\u5b50\uff0c\u662f\u8fc7\u5e74\u524d\u4e00\u5468\u95e8\u8bca\u7ea6\u7684\u5b69\u5b50\u300212\u5c81\u7684\u5979\u9009\u62e911\u70b9\u534a\u6765\u7684\u95e8\u8bca\uff0c\u79c0\u6c14\u7684\u5979\uff0c\u5f88\u6f02\u4eae\uff0c\u770b\u4e0a\u53bb\u4e0d\u80d6\u3002\u6211\u95ee\uff1a\u5b9d\u8d1d\u3002\u4f60\u80fd\u544a\u8bc9\u963f\u59e8\uff0c\u4f60\u6765\u95e8\u8bca\u662f\u9700\u8981\u963f\u59e8\u89e3\u51b3\u4ec0\u4e48\u95ee\u9898\u5417\uff1f\u5979\u8bf4\uff1a\u963f\u59e8\u3002\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6683"};
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 () {
}
});
});
}