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=1567&classid=5&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: 1747189200,
nonceStr: 'EhSIC4ZztrrPMOJC',
signature: '05009c282b737f8b8c936d3f7036b4d14ef8376e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u751f\u6d3b\u91cc\u56fa\u7136\u6709\u81ea\u77e5\u51b7\u6696\uff0c\u5374\u4ea6\u6709\u611f\u540c\u8eab\u53d7","smalltext":"\u6709\u4eba\u8bf4\uff0c\u4e16\u4e0a\u6ca1\u6709\u611f\u540c\u8eab\u53d7\uff0c\u53ea\u6709\u81ea\u77e5\u51b7\u6696\u3002\u6709\u4eba\u5374\u8bf4\uff0c\u81ea\u77e5\u51b7\u6696\u662f\u751f\u6d3b\u672c\u6765\u7684\u6837\u5b50\uff0c\u4f46\u5982\u679c\u4e0d\u80fd\u611f\u540c\u8eab\u53d7\uff0c\u4fbf\u65e0\u6cd5\u6df1\u523b\u7406\u89e3\u751f\u6d3b\u7684\u5265\u593a\u4e0e\u9988\u8d60\u3002\u5982\u679c\u4e0d\u662f\u8fd9\u4e00\u573a\u610f\u5916\uff0c\u9ec4\u963f\u59e8\u5927\u6982\u4e5f\u65e0\u4ece\u4f53\u4f1a\u8fd9\u79cd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1567"};
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 () {
}
});
});
}