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=1047&classid=4&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: 1743900472,
nonceStr: '7F5vmr5OUP4J7VrI',
signature: '1072e014271782229bf96fa95282aecda8d531dc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/a194819c34fc60a53a622828984b04a4.jpg","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\u6731\u6d77\u5bb9:\u6625\u98ce\u5316\u96e8\u6da6\u5fc3\u7530","smalltext":"\u6211\u662f\u536b\u751f\u6218\u7ebf\u4e0a\u7684\u4e00\u540d\u8001\u5ba3\u4f20\u4eba\uff0c\u5ba3\u4f20\u65f6\u95f4\u505a\u4e45\u4e86\uff0c\u5e38\u5e38\u95ee\u81ea\u5df1\uff0c\u9664\u4e86\u8bb2\u597d\u533b\u9662\u6545\u4e8b\u4e4b\u4f59,\u6211\u8fd8\u53ef\u4ee5\u518d\u505a\u70b9\u4ec0\u4e48\uff1f\u56e0\u4e3a\u63a5\u89e6\u4e34\u5e8a\u4e00\u7ebf\u65f6\u95f4\u8d8a\u4e45\uff0c\u8d8a\u6709\u6df1\u523b\u611f\u89e6\u3002\u5de5\u4f5c\u4e2d\u533b\u52a1\u4eba\u5458\u7684\u60c5\u7eea\u8868\u73b0\u81f3\u5173\u91cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1047"};
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 () {
}
});
});
}