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=6498&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: 1743918419,
nonceStr: 'u8BmsL96nUDFpolN',
signature: '3d0d0f3824b1dfc3a08cae749f0cb6f5785f2fc6',
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\u65e0\u8a00\u7684\u6c9f\u901a","smalltext":"\u70b9\u71c3\u4e00\u76cf\u7231\u5fc3\u706f\uff0c\u6563\u53d1\u5927\u7231\u7684\u5149\u8292\uff1b\u67b6\u8bbe\u4e00\u5ea7\u771f\u8bda\u6865\uff0c\u8f93\u9001\u6c9f\u901a\u7684\u5feb\u4e50\u3002 \u2014\u9898\u8bb0\u548c\u5f80\u5e38\u4e00\u6837\uff0c\u6211\u6b63\u5728\u624b\u672f\u5ba4\u7b49\u5019\u533a\u51c6\u5907\u8fce\u63a5\u4eca\u5929\u7684\u624b\u672f\u60a3\u8005\uff0c\u6211\u8d70\u5230\u75c5\u5e8a\u524d\u51c6\u5907\u6838\u5bf9\u75c5\u4eba\u4fe1\u606f\u3002\u95ee\uff1a\u201c\u7237\u7237\uff0c\u8bf7\u95ee\u60a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6498"};
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 () {
}
});
});
}