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=6473&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: 1743764890,
nonceStr: '9Jtrwm6NIr0K3kJ8',
signature: 'c6d78d3055f83095cf1bfe2aaacaf5157ae56c33',
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\u5341\u5e74","smalltext":"\u5443\u2026\u2026\u8fd9\u91cc\u4e0d\u662f\u9648\u5955\u8fc5\u7684\u7231\u60c5\u957f\u8dd1\u5341\u5e74\uff0c\u800c\u662f\u6211\u7684\u62a4\u7406\u4e4b\u8def\u5341\u5e74\uff0c\u4e0e\u5176\u8bf4\u8def\u6f2b\u6f2b\uff0c\u5012\u4e0d\u5982\u8bf4\u8def\u592a\u70c2\uff0c\u4e00\u8def\u78d5\u78d5\u7eca\u7eca\u6700\u7ec8\u53d8\u5f97\u8def\u5766\u5766\uff0c\u8bdd\u8bf4\u4eba\u751f\u5982\u620f\u5168\u9760\u6f14\u6280\uff0c\u548c\u75c5\u4eba\u7684\u6bcf\u4e00\u6b21\u4ea4\u96c6\u90fd\u662f\u4e00\u573a\u6f14\u7ece\uff0c\u53ef\u80fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6473"};
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 () {
}
});
});
}