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=1451&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: 1749492182,
nonceStr: 'xkF2uEBl9qsCtvbT',
signature: '0cf020bc015a8f134df8c992a363dafc8f7e49d4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/85195e4f695caab8c0d22d94583c9d20.jpg","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\uff1a\u7f8e\u5973\u5bfc\u533b\u82f1\u8bed\u6d41\u5229\u3001\u5168\u7a0b\u966a\u4f34\u670d\u52a1\u8d62\u6765\u4e00\u7fa4\u975e\u6d32\u670b\u53cb\u70b9\u8d5e","smalltext":"\u7efc\u5408\u670d\u52a1\u4e2d\u5fc3\u7f8e\u5973\u5bfc\u533b\u674e\u5189\u5df2\u591a\u6b21\u4e3a\u6765\u9662\u5c31\u8bca\u7684\u5766\u6851\u5c3c\u4e9a\u3001\u52a0\u7eb3\u3001\u9a6c\u62c9\u7ef4\r\n\u7684\u5916\u56fd\u53cb\u4eba\u63d0\u4f9b\u5168\u7a0b\u966a\u540c\u7efc\u5408\u670d\u52a1\uff0c\u5e76\u8fde\u8fde\u83b7\u8d5e\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1451"};
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 () {
}
});
});
}