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=558&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: 1749324060,
nonceStr: '29Klc9PAubaj8Inw',
signature: '6519f1d751fc0fdef943edf4a7f696015a7ba775',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/b3c7b092738bf00e5d29627ff12e2984.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u4e3a\u8001\u5e74\u4eba\u6253\u9020\u201c\u7701\u201d\u5b57\u53f7\u7cbe\u54c1\u5065\u5eb7\u8bfe","smalltext":"6\u670810\u65e5\uff0c\u57282019\u5e74\u6e56\u5357\u7701\u8001\u5e74\u5065\u5eb7\u5ba3\u4f20\u5468\u6d3b\u52a8\u542f\u52a8\u4eea\u5f0f\u4e0a\uff0c\u7531\u591a\u5bb6\u5355\u4f4d\u8054\u5408\u521b\u529e\u7684\u6e56\u5357\u8001\u5e74\u5065\u5eb7\u4fc3\u8fdb\u5927\u8bb2\u5802\u7b7e\u7ea6\u6210\u7acb\uff0c\u4eca\u540e\u5c06\u4e3a\u6e56\u5357\u8001\u5e74\u4eba\u6253\u9020\u201c\u7701\u201d\u5b57\u53f7\u7cbe\u54c1\u5065\u5eb7\u8bfe\u3002\u6d3b\u52a8\u5468\u671f\u95f4\u8fd8\u5c06\u4e3a60\u5c81\u4ee5\u4e0a\u8001\u5e74\u4eba\u5f00\u5c55\u514d\u8d39\u5c31\u8bca\u3001\u4e49\u8bca\u3001\u5065\u5eb7\u8bb2\u5ea7\u7b49\u5f62\u5f0f\u591a\u6837\u7684\u7cfb\u5217\u516c\u76ca\u6d3b\u52a8\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=558"};
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 () {
}
});
});
}