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=2680&classid=13&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: 1743722782,
nonceStr: 'siCDydUuLhV8bLQ1',
signature: '16d5726b554cd2d864f8d674f40186019d55da35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/630e0b2d671724c20e2550c38c0541ab.jpg","title":"\u63f4\u9102\u91cd\u75c7\u65b0\u51a0\u80ba\u708e\u8bca\u6cbb\u674e\u5170\u5a1f\u9662\u58eb\u533b\u7597\u961f\uff1a\u4e00\u5f80\u65e0\u524d\uff0c\u5927\u533b\u7cbe\u8bda","smalltext":"\u6839\u636e\u201c\u56fd\u52a1\u9662\u5e94\u5bf9\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u708e\u80ba\u75ab\u60c5\u8054\u9632\u8054\u63a7\u673a\u5236\uff08\u533b\u7597\u6551\u6cbb\u7ec4\uff09\u201d\u6709\u5173\u8981\u6c42\uff0c\u56fd\u5bb6\u536b\u5065\u59d4\u4e8e2020\u5e742\u67081\u65e5\u4e2d\u534812\u70b9\u7d27\u6025\u7ec4\u5efa\u63f4\u4e86\u201c\u63f4\u9102\u91cd\u75c7\u65b0\u51a0\u80ba\u708e\u8bca\u6cbb\u674e\u5170\u5a1f\u9662\u58eb\u533b\u7597\u961f\u201d\u3002\u674e\u5170\u5a1f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2680"};
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 () {
}
});
});
}