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=6606&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: 1743924005,
nonceStr: 'LFCj5F3lQb1EZ0Uh',
signature: 'fbd4600a35e5a633f1711cf2ab3158b9e42b0c84',
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\u4e8c\u5341\u4e8c\u5c81\u601d\u8003\u201c\u6b7b\u4ea1\u201d","smalltext":"\u4ece\u533b\u9662\u56de\u6765\u4e00\u76f4\u5230\u5e74\u540e\uff0c\u4e00\u76f4\u6ca1\u6709\u6253\u5f00\u8fc7\u67d0\u8d2d\u7269\u8f6f\u4ef6\uff0c\u65e9\u6668\u60f3\u4e70\u70b9\u4e1c\u897f\uff0c\u53d1\u73b0\u9996\u9875\u5168\u90fd\u662f\u4e4b\u524d\u5728\u533b\u9662\u966a\u62a4\u65f6\u4e70\u8fc7\u6216\u641c\u8fc7\u7684\u4e1c\u897f\uff1a\u4e73\u817a\u538b\u529b\u7ef7\u5e26\u3001\u9632\u8925\u75ae\u5e8a\u57ab\u3001\u6c34\u80f6\u4f53\u521b\u53ef\u8d34\u3001\u5f2f\u5934\u52fa\u5b50\u2026\u2026\u4ece\u4e0a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6606"};
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 () {
}
});
});
}