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=1161&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: 1747145266,
nonceStr: 'Fo7P9wAvz4sD2Kpu',
signature: '365f498f6bf75f868b2e809c63d22d2c2e3c4a15',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/3b3ee65568dbd42fc09bfee0b3acbb02.jpg","title":"\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u8001\u4eba\u53bb\u4e16\u5bb6\u5c5e\u9075\u9057\u613f\u6765\u9662\u9001\u9526\u65d7\u81f4\u8c22","smalltext":"\u6bcf\u5468\u4e00\u548c\u5468\u4e09\u7684\u4e2d\u5348\uff0c\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u6025\u8bca\u79d1\u7684\u533b\u62a4\u4eba\u5458\u90fd\u4f1a\u70ed\u60c5\u63a5\u8bca\u4e00\u4f4d\u8001\u4eba\uff0c\u8f93\u6db2\u5ba4\u91cc\u4f1a\u4e3a\u8001\u4eba\u7559\u597d\u56fa\u5b9a\u7684\u4f4d\u7f6e\uff0c\u8fd9\u6837\u7684\u64cd\u4f5c\u6301\u7eed\u4e8627\u5e74\u3002\u4e2d\u79cb\u8282\u524d\uff0c\u8001\u4eba\u6ca1\u6709\u6765\uff0c\u533b\u62a4\u4eba\u5458\u62c5\u5fc3\u4ed6\u662f\u4e0d\u662f\u5f97\u4e86\u91cd\u75c5\u30029\u670816\u65e5\u4e0a\u5348\uff0c\u5bb6\u5c5e\u6765\u5230\u6025\u8bca\u79d1\uff0c\u544a\u8bc9\u533b\u62a4\u4eba\u5458\u8001\u4eba\u4e8e\u4e2d\u79cb\u8282\u524d\u53bb\u4e16\u4e86\uff0c\u5e76\u9001\u4e0a\u4e24\u9762\u9526\u65d7\u3002\u5bb6\u5c5e\u8bf4\uff1a\u201c\u8fd9\u662f\u8001\u4eba\u7684\u9057\u613f\uff0c\u4e5f\u662f\u6211\u4eec\u5bf9\u533b\u62a4\u4eba\u545827\u5e74\u6089\u5fc3\u7167\u987e\u7684\u611f\u8c22\u3002\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1161"};
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 () {
}
});
});
}