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=4459&classid=24&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: 1746135861,
nonceStr: 'aGBCkymWa0XYh9Cs',
signature: '223cf3f00695125930c304b98be5b53ef852f904',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/20b16ee5bc04c119f447a022a2758a90.jpg","title":"\u3010\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u63ed\u79d8\u4e09\u3011\u5bfc\u5e08\u5929\u56e2\u7684\u8fd9\u4e9b\u4eba\uff0c\u5c06\u4e3a\u60a8\u4eb2\u6388\u6210\u529f\u79d8\u7b08\uff01","smalltext":"2020\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u6b63\u5728\u706b\u7206\u7684\u62a5\u540d\u4e2d\u3002\u8bf7\u60a8\u56f4\u7ed5\u533b\u9662\u7684\u4eba\u6587\u5efa\u8bbe\uff0c\u5728\u79d1\u5ba4\u7ba1\u7406\u3001\u7ee9\u6548\u7ba1\u7406\u3001\u533b\u60a3\u6c9f\u901a\u3001\u5b66\u79d1\u5efa\u8bbe\u3001\u4eba\u624d\u7ba1\u7406\u3001\u533b\u9662\u6587\u5316\u3001\u5e94\u6025\u5904\u7f6e\u3001\u4eba\u6587\u79d1\u666e\u3001\u5065\u5eb7\u6276\u8d2b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=4459"};
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 () {
}
});
});
}