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=1315&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: 1747192766,
nonceStr: '4ADE0o5yt2Tynj4Z',
signature: '0dbb9213d0563e90e537995e1017e24f43aedb8b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/494084e071c4ca3f9ae51a4e54dec39d.jpg","title":"\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u4e2d\u56fd\u533b\u751f\uff0c\u56de\u5bb6\u4e86\uff01","smalltext":"\u81ea1963\u5e74\u4e2d\u56fd\u6210\u7acb\u63f4\u5916\u533b\u7597\u961f\u4ee5\u6765\uff0c\u5df2\u5148\u540e\u541171\u4e2a\u56fd\u5bb6\u548c\u5730\u533a\u7d2f\u8ba1\u6d3e\u9063\u533b\u52a1\u4eba\u54582.6\u4e07\u4eba\u6b21\uff0c\u8bca\u6cbb\u60a3\u80052.8\u4ebf\u4eba\u6b21\u3002\u76ee\u524d\uff0c\u4e2d\u56fd\u533b\u7597\u961f\u67091100\u4eba\uff0c\u5206\u5e03\u4e8e56\u4e2a\u56fd\u5bb6\u3002\u8fd91100\u4eba\u4e2d\u768442\u4eba,\u4f5c\u4e3a\u4e2d\u56fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1315"};
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 () {
}
});
});
}