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=4199&classid=4&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: 1741888560,
nonceStr: 'gLZMclJG3zGexV3z',
signature: '48d8034019ce3f3e84f36807cc9ab53378f31d43',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202103\/060ba1fdd09c783acfd9b3c09562ce4d.jpg","title":"\u5e86\u795d\u5efa\u515a100\u5468\u5e74\u7684\u62a5\u9053\u8bf7\u6ce8\u610f8\u4e2a\u8981\u70b9","smalltext":"3\u670823\u65e5\u4e0a\u5348\uff0c\u4e2d\u5171\u4e2d\u592e\u4e3e\u529e2021\u5e74\u9996\u573a\u65b0\u95fb\u53d1\u5e03\u4f1a\uff0c\u516c\u5e03\u4e86\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\u5e86\u795d\u6d3b\u52a8\u6709\u5173\u60c5\u51b5\u3002 \u6839\u636e\u515a\u4e2d\u592e\u6279\u51c6\u7684\u65b9\u6848\uff0c\u5e86\u795d\u6d3b\u52a8\u4e3b\u8981\u5305\u62ec\u5f00\u5c55\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u3001\u4e3e\u884c\u5e86\u795d\u5927\u4f1a\u3001\u5f00","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=4199"};
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 () {
}
});
});
}