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=6960&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: 1788778567,
nonceStr: '97OPkfHVmnuMHfxP',
signature: '1212b1ce141f3c0e2fe05c843759c66f7e8fe17c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/d\/file\/p\/202609\/937162234110a2de2fe5be44f912711a.jpg","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662:\u7b14\u58a8\u5149\u5f71\u6620\u521d\u5fc3 \u6587\u5316\u8d4b\u80fd\u4fc3\u5efa\u8bbe","smalltext":"9\u67084\u65e5\u4e0b\u5348\uff0c\u5e94\u57ce\u5e02\u6587\u8054\u7ec4\u7ec7\u76f8\u5173\u4eba\u5458\u524d\u5f80\u73b0\u573a\u89c2\u6469\u672c\u6b21\u5de1\u5c55\u6d3b\u52a8\u3002\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u9009\u9001\u7684\u4e24\u5e45\u6444\u5f71\u4f5c\u54c1\u6210\u529f\u5165\u5c55\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6960"};
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 () {
}
});
});
}