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=4479&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: 1744318588,
nonceStr: 'pgMrdbEzudEd5521',
signature: '2e292d92b0a0599af3e91e520208f40aa1daebea',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/b4796016106c53206638ab1f34ae7171.jpg","title":"\u5e73\u7164\u795e\u9a6c\u533b\u7597\u96c6\u56e2\u603b\u533b\u9662\uff1a\u201c\u533b\u5fc3\u201d\u5411\u515a \u62a4\u4f51\u5065\u5eb7","smalltext":" \u4e3a\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u5efa\u515a100\u5468\u5e74\uff0c\u79ef\u6781\u8df5\u884c\u515a\u7684\u4ee5\u4eba\u6c11\u4e3a\u4e2d\u5fc3\u3001\u4ee5\u63d0\u9ad8\u4eba\u6c11\u5065\u5eb7\u6c34\u5e73\u4e3a\u6838\u5fc3\u7684\u536b\u751f\u4e0e\u5065\u5eb7\u53d1\u5c55\u601d\u60f3\uff0c7\u67081\u65e5\u81f37\u65e5\uff0c\u5e73\u7164\u795e\u9a6c\u533b\u7597\u96c6\u56e2\u603b\u533b\u9662\u9762\u5411\u793e\u4f1a\u5f00\u5c55\u201c\u533b\u5fc3\u5411\u515a\u201d\u4e49","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4479"};
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 () {
}
});
});
}