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=561&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: 1749330560,
nonceStr: '18XvtcIVr8RuMa9P',
signature: 'a3cdf78fb56b612232f8e3d419ba350fedaaedc3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/92597431ce478ae4e66eb6ad192326bd.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e0a\u6d77\u6e38\u5ba2\u5343\u91cc\u8fd4\u56de\u611f\u8c22\u5317\u6d77\u767d\u8863\u5929\u4f7f","smalltext":"\u201c\u6211\u4eec\u4ece\u4e0a\u6d77\u98de\u8fc7\u6765\uff0c\u7279\u610f\u8981\u611f\u8c22\u795e\u7ecf\u5185\u79d1\u7684\u674e\u4e3b\u4efb\u548c\u9ec4\u533b\u751f\uff0c\u4ed6\u4eec\u7684\u533b\u5fb7\u533b\u672f\u8ba9\u6211\u4eec\u5341\u5206\u4f69\u670d\u201d\uff0c6\u670810\u65e5\uff0c4\u540d\u4e0a\u6d77\u5ba2\u4eba\u6765\u5230\u5e02\u4eba\u6c11\u533b\u9662\uff0c\u7ed9\u9662\u65b9\u9001\u53bb\u4e00\u9762\u201c\u5999\u624b\u56de\u6625 \u60c5\u6696\u4eba\u5fc3\u201d\u7684\u9526\u65d7\uff0c\u8981\u6c42","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=561"};
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 () {
}
});
});
}