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=5021&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: 'DILVGc5P2rN8Ltur',
signature: 'e9b53459e82f0b108ddd0ae4352fe65a84debd4f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202111\/066f51c5694009db88fa72c57ad6076f.jpg","title":"\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u4e0a\u94a2\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u201c\u6211\u7684\u5de5\u4f5c\u662f\u592f\u5b9e\u638c\u5fc3\u7684\u539a\u5ea6\u201d","smalltext":"\u7ee7\u4eca\u5e743\u6708\u4e3b\u7f16\u7684\u300a\u57fa\u5c42\u533b\u7597\u536b\u751f\u673a\u6784\u91cd\u5927\u75ab\u60c5\u9632\u63a7\u9884\u6848\u4e0e\u6f14\u7ec3\u624b\u518c\u300b\u5728\u4eba\u6c11\u536b\u751f\u51fa\u7248\u793e\u51fa\u7248\u540e\uff0c\u675c\u5146\u8f89\u4e3b\u7f16\u7684\u300a\u65b0\u51a0\u80ba\u708e\u519c\u6751\u9632\u63a7\u624b\u518c\u300b\u57286\u6708\u4e5f\u5df2\u51fa\u7248\u3002\u4ece1998\u5e74\u5927\u5b66\u6bd5\u4e1a\u81f3\u4eca\uff0c\u675c\u5146\u8f89","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5021"};
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 () {
}
});
});
}