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=834&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: 1746982612,
nonceStr: 'kLdjgZcJsvMv6rfo',
signature: 'fd431c4095c14f1ffc681150684482bb68cf5665',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/5453f7422cf0736607e5e94c92efed7c.jpg","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u201c\u60c5\u7cfb\u73af\u536b\u5de5\u00b7\u7231\u5fc3\u4f53\u68c0\u201d\u9879\u76ee\u5728\u82cf\u5dde\u5e02\u4f53\u68c0\u4e2d\u5fc3\u542f\u52a8","smalltext":"2019\u5e747\u67089\u65e5\uff08\u661f\u671f\u4e8c\uff09,\u201c\u60c5\u7cfb\u73af\u536b\u5de5\u00b7\u7231\u5fc3\u4f53\u68c0\u201d\u9879\u76ee\u542f\u52a8\u4eea\u5f0f\u5728\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u4f53\u68c0\u4e2d\u5fc3\uff08\u82cf\u5dde\u5e02\u4f53\u68c0\u4e2d\u5fc3\uff09\u9686\u91cd\u4e3e\u884c\u3002\u542f\u52a8\u4eea\u5f0f\u4e0a,\u82cf\u5dde\u5e02\u57ce\u5e02\u7ba1\u7406\u5c40\u8d75\u91d1\u9f99\u5c40\u957f\u4e0e\u82cf\u5dde\u5e02\u6148\u5584\u603b\u4f1a\u5f90","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=834"};
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 () {
}
});
});
}