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=6478&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: 1743764928,
nonceStr: 'WrKhQCfqYf4ioRpO',
signature: '9642be80709b069b1c8831730100c2977a6e04e8',
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\u672a\u77e5\u7684\u6050\u60e7","smalltext":"\u5982\u5f80\u5e38\u822c\uff0c\u6211\u5728\u6cbb\u7597\u5ba4\u51c6\u5907\u597d\u672f\u524d\u5bfc\u5c3f\u7684\u7528\u54c1\uff0c\u7b49\u5019\u7740\u521a\u521a\u901a\u77e5\u5373\u5c06\u624b\u672f\u7684\u90b1\u8001\u5e08\u3002\u53ea\u89c1\u5979\u62ff\u7740\u57ab\u5b50\uff0c\u7f13\u6b65\u5730\u8d70\u4e86\u8fc7\u6765\u3002\u7531\u4e8e\u5979\u8d70\u7684\u6bd4\u8f83\u6162\uff0c\u6211\u4ee5\u4e3a\u5979\u4e0d\u8212\u670d\u5e76\u4e0a\u524d\u63a5\u8fc7\u57ab\u5b50\u8be2\u95ee\u4e86\u4e00\u756a\uff0c\u660e\u767d\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6478"};
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 () {
}
});
});
}