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=4409&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: 1743632790,
nonceStr: 'CKDE1KYfnVPko6aX',
signature: '29276e3c923ddc415fb222a686c55d6c61057b56',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/6bcf24bffa81d4665064d780ac34aed5.jpg","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u53d1\u6325\u5ba3\u4f20\u4e09\u5927\u4f5c\u7528\uff0c\u63d0\u5347\u533b\u9662\u54c1\u724c\u8f6f\u5b9e\u529b","smalltext":"\u76f8\u5bf9\u4e8e\u533b\u7597\u7ba1\u7406\u3001\u79d1\u7814\u6559\u5b66\u8fd9\u4e9b\u201c\u786c\u4efb\u52a1\u201d\u6765\u8bf4\uff0c\u533b\u9662\u8f6f\u5b9e\u529b\u4f3c\u4e4e\u6bd4\u8f83\u201c\u52a1\u865a\u201d\uff0c\u56e0\u6b64\uff0c\u5c3d\u7ba1\u8fd1\u5e74\u6765\u5404\u7ea7\u533b\u7597\u673a\u6784\u90fd\u8d8a\u6765\u8d8a\u91cd\u89c6\u8f6f\u5b9e\u529b\u7684\u63d0\u5347\uff0c\u4f46\u5747\u6709\u201c\u4e0d\u77e5\u6293\u4ec0\u4e48\u201d\u4e0e\u201c\u4e0d\u77e5\u5982\u4f55\u6293\u201d\u7684\u56f0\u60d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=4409"};
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 () {
}
});
});
}