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=1325&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: 1747123665,
nonceStr: 'dLhKjUPW74oe1raN',
signature: 'be904ab01e86261cd2674820bc5e73736c46dd6e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/7561e511e9aa02d7e8cd56a8e5c6932b.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u8ba9\u97f3\u4e50\u7684\u6e29\u6696\u64ad\u6492\u5728\u6bcf\u4e2a\u89d2\u843d","smalltext":" \u968f\u7740\u300a\u591c\u7684\u94a2\u7434\u66f2\u300b\u7684\u594f\u54cd\uff0c2019\u5e74\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4e2d\u79cb\u97f3\u4e50\u4f1a\u4e8e9\u670813\u65e5\u4e0a\u53489\u70b9\u5728\u97f3\u4e50\u5eca\u62c9\u5f00\u5e37\u5e55\u3002\u8428\u514b\u65af\u98ce\u5408\u594f\u3001\u94a2\u7434\u56db\u624b\u8054\u5f39\u3001\u53e4\u7b5d\u6f14\u594f\u7b49\u8f6e\u756a\u4e0a\u6f14\uff0c\u300a\u5929\u7a7a\u4e4b\u57ce\u300b\u300a\u5927\u9c7c\u300b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1325"};
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 () {
}
});
});
}