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=1518&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: 1747193295,
nonceStr: 'Ol1RpUyAIdLYAIqx',
signature: 'a22c6e11ec38bbbbbfa310f633e522a7309ec7f6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/4530b9add5de8d55ce8b4916d421abae.jpg","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u6d41\u7a0b\u518d\u9020\u663e\u795e\u6548 \u65e5\u95f4\u624b\u672f\u5e74\u7834\u4e07\u4f8b","smalltext":"2019\u5e7412\u670819\u65e5\uff0c\u968f\u7740\u82cf\u5317\u4eba\u6c11\u533b\u9662\u9aa8\u5173\u8282\u79d1\u8d39\u6587\u52c7\u4e3b\u4efb\u4e00\u4f8b\u80a9\u8896\u6495\u88c2\u624b\u672f\u987a\u5229\u5b8c\u6210\uff0c2019\u5e74\u6211\u9662\u65e5\u95f4\u624b\u672f\u91cf\u8fbe\u523010000\u53f0\u3002\u5bf9\u4e8e43\u5c81\u7684\u6881\u5973\u58eb\u6765\u8bf4\uff0c\u539f\u672c\u9700\u89816-7\u5929\u624d\u80fd\u51fa\u9662\u7684\u5979\uff0c\u5728\u65e5\u95f4\u624b\u672f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1518"};
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 () {
}
});
});
}