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=661&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: 1746342519,
nonceStr: 'PZkSRvI5Jj7uPksv',
signature: '552f3c70e55999eb246485ba1d57e39547a23c35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/794a9d505b2937994b7fbbc5a2f83a59.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u628a\u8033\u6735\u5f53\u5c0f\u53e3\u888b\uff0c\u5b9d\u5b9d\u88c5\u8fdb\u4e8617\u9897\u5c0f\u73e0\u5b50","smalltext":"\u8fd1\u671f\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff08\u6d59\u5927\u4e00\u9662\u5d4a\u5dde\u5206\u9662\uff09\u8033\u9f3b\u5589\u79d1\u95e8\u8bca\u6536\u6cbb\u4e86\u4e00\u4e2a3\u5c81\u5c0f\u5973\u5b69\uff0c\u8bf4\u8d77\u4f4f\u9662\u7684\u539f\u56e0\uff0c\u53ef\u628a\u4eba\u7ed9\u5413\u4e00\u8df3\u3002\u5c0f\u5973\u5b69\u628a\u81ea\u5df1\u7684\u4e24\u53ea\u8033\u6735\u5f53\u5c0f\u53e3\u888b\u5566\uff0c\u8fd9\u4e24\u4e2a\u5c0f\u53e3\u888b\u80fd\u529b\u8fd8\u975e\u5e38\u5f3a\uff0c\u4e00\u5171\u88c5\u8fdb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=661"};
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 () {
}
});
});
}