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=4294&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: 1744969294,
nonceStr: 'JuuSeFxFHGK2uSTs',
signature: 'f0cb3b6330b78a353546684842149a5af443a71c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202105\/86754e1880063d47ca8e140afd1909fc.jpg","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\uff1a\u533b\u6da6\u7406\u5858 \u8fd9\u4e9b\u767d\u8863\u5929\u4f7f\u7684\u63f4\u85cf\u6545\u4e8b\u95ea\u95ea\u53d1\u5149\uff01","smalltext":" \u88ab\u91ca\u8fe6\u725f\u5c3c\u8d5e\u4e3a\u201c\u6e05\u51c0\u4fee\u7985\u5723\u5730\u201d\u7684\u56db\u5ddd\u7406\u5858\u53bf\u96ea\u57df\u5947\u5cf0\uff0c\u56db\u5b63\u9c9c\u82b1\uff0c\u5728\u85cf\u8bed\u4e2d\u610f\u4e3a\u5e7f\u9614\u6709\u5982\u94dc\u955c\u7684\u575d\u5b50\uff0c\u5343\u767e\u5e74\u6765\uff0c\u85cf\u65cf\u3001\u6c49\u65cf\u3001\u8499\u53e4\u65cf\u3001\u56de\u65cf\u3001\u7eb3\u897f\u65cf\u3001\u571f\u5bb6\u65cf\u3001\u5f5d\u65cf\u3001\u82d7\u65cf\u3001\u7f8c\u65cf9\u4e2a\u6c11","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4294"};
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 () {
}
});
});
}