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=6670&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: 1743703014,
nonceStr: 'fbLpHJFHQY1SZrrf',
signature: '792547316d6b35c908a7621f25234505307cd6d0',
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\u53ea\u9053\u9ed1\u591c\u662f\u5bfb\u5e38","smalltext":"\u90a3\u662f\u4e00\u4e2a\u5bfb\u5e38\u7684\u591c\u73ed\u3002\u8f70\u9686\u9686\u7684\u96f7\u58f0\u5288\u5f00\u4e86\u591c\u7684\u6c89\u5bc2\uff0c\u4e00\u9053\u9053\u8fc5\u731b\u95ea\u7535\u4e5f\u4e0d\u7518\u5bc2\u5bde\uff0c\u987a\u52bf\u5212\u8fc7\u9ed1\u6f06\u6f06\u7684\u591c\u7a7a\uff0c\u74e2\u6cfc\u4f3c\u7684\u5927\u96e8\u548c\u72c2\u98ce\u597d\u4f3c\u7ea6\u597d\u4e86\u4f3c\u7684\uff0c\u4e00\u9f50\u5728\u9ed1\u591c\u4e2d\u7ea0\u7f20\u7740\u72c2\u821e\u3002\u201c\u76d1\u62a4\u5ba4\u5c31\u53ea\u6709","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6670"};
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 () {
}
});
});
}