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=1160&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: 1747147309,
nonceStr: 'c8EDo7xaeS9VuEQc',
signature: '2c2a541528933267b245d616d89d081946ca7284',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/e4603f172d1c8d79d1f2e06bbb0d4c40.jpg","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u533b\u5b66\u751f\u8fd8\u6709\u4e00\u95e8\u65b0\u8bfe\uff01\u5b66\u8bb2\u201c\u82cf\u5dde\u54b8\u8bdd\u201d","smalltext":"\u8fd1\u65e5\uff0c\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u201c\u82cf\u5dde\u8bdd\u5174\u8da3\u73ed\u201d\u6b63\u5f0f\u5f00\u73ed\u4e86\u3002\u5728\u5f00\u73ed\u4eea\u5f0f\u4e0a\uff0c\u5b59\u5eb7\u4e91\u9662\u957f\u4e3a2019\u5c4a\u65b0\u4f4f\u9662\u533b\u5e08\u89c4\u8303\u5316\u57f9\u8bad\u5b66\u5458\u4eec\u81f4\u6b22\u8fce\u8bcd\uff0c\u6b22\u8fce\u8fd9\u4e9b\u4ece\u5168\u56fd\u5404\u5730\u8fdc\u9053\u800c\u6765\u7684\u65b0\u4e00\u5c4a\u4f4f\u9662\u89c4\u8303\u5316\u57f9\u8bad","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1160"};
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 () {
}
});
});
}