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=4412&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: 1744975907,
nonceStr: 'N7rqsrM6uzrqXXPX',
signature: 'd8f8ee358cec96212de444de0bb9e16259041b2e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/d1cdc0b30e81f15e4eb37000363303d0.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u300a\u73b0\u4ee3\u5feb\u62a5\u300b\u5c0f\u8bb0\u8005\u8d70\u8fdb\u201c\u6b63\u810a\u672a\u6765\u201d\u5eb7\u590d\u4e16\u754c","smalltext":"6\u670820\u65e5\u4e0b\u5348\uff0c\u4e3a\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\uff08\u79d1\u534f\uff09\u5065\u5eb7\u79d1\u666e\u5b9e\u8df5\u4e2d\u5fc3\u2014\u2014\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7279\u4e3e\u884c2021\u5e74\u82cf\u5dde\u5e02\u79d1\u666e\u4e13\u9879\u8d44\u91d1\u8d44\u52a9\u9879\u76ee\u2014\u2014\u201c\u6b63\u810a\u672a\u6765\u201d\u79d1\u666e\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\uff0c\u6765\u81ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4412"};
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 () {
}
});
});
}