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=6502&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: 1743702963,
nonceStr: 'LD0bInNqRXO2GIIv',
signature: '6bbf1590d0a64408d36a65da18e760c0027e221c',
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\u53ef\u4e50\u7537\u5b69","smalltext":" \u6bcf\u5929\u7684\u4e34\u5e8a\u5de5\u4f5c\u662f\u4ece\u8e0f\u8fdb\u4e8c\u4f4f\u9662\u90e8\u4e00\u697c\u5927\u95e8\u7684\u90a3\u4e00\u523b\u6084\u7136\u5f00\u59cb\u7684\u3002\u8fc8\u7740\u8f7b\u76c8\u7684\u6b65\u5b50\uff0c\u4e0d\u77e5\u662f\u4e00\u5929\u4e2d\u7b2c\u51e0\u6b21\u8e0f\u8fdb\u4e86\u4e03\u5e8a\u75c5\u623f\u7684\u623f\u95e8\uff0c\u201c\u5c0f\u5cf0\u5cf0\uff0c\u4e39\u4e39\u59d0\u59d0\u53c8\u6765\u770b\u4f60\u5566\uff01\u201d\u6211\u8f7b\u5feb\u7684\u5f00\u7740\u73a9\u7b11\u548c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6502"};
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 () {
}
});
});
}