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=4434&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: 1744318587,
nonceStr: 'D5YJEunJpqSqKGDf',
signature: '8ad1ecbce0da99476797600ecbc75e6d432d8423',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/14c094704069a60fa31867c69adfc18b.jpg","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u7a7f\u8d8a\u767e\u5e74\uff0c\u594f\u54cd\u534e\u7ae0\uff01\u71c3\uff01","smalltext":"\u4e00\u53e5\u8a93\u8a00\u8de8\u8d8a\u767e\u5e74\u85aa\u706b\u76f8\u4f20\u4e00\u4ee3\u4ee3\u5171\u4ea7\u515a\u4eba\u7528\u9752\u6625\u3001\u70ed\u8840\u4e43\u81f3\u751f\u547d\u53bb\u5b9e\u8df5\u4fe1\u4ef0\u5982\u78d0\u503c\u6b64\u767e\u5e74\u76db\u4e16\u4e3e\u56fd\u540c\u5e86\u4e4b\u9645\u82cf\u5317\u4eba\u6c11\u533b\u9662\u533b\u62a4\u4eba\u5458\u4ee5\u5668\u4e50\u6f14\u594f\u52a0\u821e\u8e48\u7684\u5f62\u5f0f\u7cbe\u5fc3\u521b\u4f5c\u503e\u60c5\u51fa\u6f14\u5e86\u795d\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4434"};
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 () {
}
});
});
}