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=4396&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: 1744970132,
nonceStr: 'K0LeUtKYl2rxSsWH',
signature: '99022bc3de4071159f20de757d8c385dc80e9f79',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/11392142aa85e142f11dbee52614d327.jpg","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u73b0\u4ee3\u533b\u9662\u7684\u7a7f\u8d8a\u4e4b\u65c5","smalltext":"\u4e2d\u56fd\u62e5\u67095000\u5e74\u6587\u660e\u7684\u5386\u53f2\uff0c\u7d20\u6709\u793c\u4eea\u4e4b\u90a6\u7684\u7f8e\u79f0\uff0c\u793c\u4eea\u4f5c\u4e3a\u4e2d\u56fd\u4f20\u7edf\u6587\u5316\u7684\u4e00\u4e2a\u91cd\u8981\u7ec4\u6210\u90e8\u5206\uff0c\u5bf9\u4e2d\u56fd\u793e\u4f1a\u5386\u53f2\u53d1\u5c55\u8d77\u7740\u5e7f\u6cdb\u7684\u5f71\u54cd\uff0c\u5176\u5185\u5bb9\u535a\u5927\u6df1\u8fdc\uff0c\u53e4\u4ee3\u793c\u4eea\u6240\u6d89\u53ca\u7684\u8303\u56f4\u5341\u5206\u5e7f\u6cdb\uff0c\u51e0\u4e4e\u6e17","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4396"};
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 () {
}
});
});
}