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=803&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: 1749381190,
nonceStr: 'pFHLkkdlqaosKzCu',
signature: 'd8f5e0be65bdb2732dc32e8c39378c69803800d6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u8f6c\u9662\u7684\u60a3\u8005\u56de\u6765\u4e86","smalltext":"2019\u5e747\u670815\u65e5\u7684\u4e0b\u5348\uff0c\u533b\u9662\u6025\u8bca\u79d1\u7684\u5927\u5385\u540c\u5f80\u5e38\u4e00\u6837\uff0c\u62a4\u58eb\u767b\u8bb0\u60a3\u8005\u4fe1\u606f\uff0c\u533b\u62a4\u4eba\u5458\u5fd9\u4e8e\u62a2\u6551\uff0c\u4eba\u6765\u4eba\u5f80\u7684\u5fd9\u788c\u95f4\u9699\uff0c\u5206\u8bca\u53f0\u524d\u6765\u4e86\u4e24\u4e2a\u7537\u5b50\u3002\u201c\u8bf7\u95ee\u6025\u8bca\u79d1\u62a4\u58eb\u957f\u5728\u54ea\u91cc\uff1f\u201d\u5176\u4e2d\u4e00\u4e2a\u5e74\u8f7b\u7684\u7537","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=803"};
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 () {
}
});
});
}