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=814&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: 1746982548,
nonceStr: 'KmP3NpPYJWS8nzet',
signature: 'bc1202416dd4e0252d1367b2f4ba56a065f8ba19',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ae958046864d0729f96bac75db6c2998.jpg","title":"\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u706b\u8f66\u4e0a\u6551\u4eba\uff0c\u4f60\u6beb\u4e0d\u8fdf\u7591\u7684\u6837\u5b50\u771f\u7f8e\uff01","smalltext":" 7\u670814\u65e5\uff0c\u4e00\u5217\u4ece\u77f3\u5bb6\u5e84\u5f00\u5f80\u9752\u5c9b\u7684\u52a8\u8f66\u4e0a\uff0c\u4e00\u540d\u5973\u6027\u4e58\u5ba2\u7a81\u53d1\u75be\u75c5\uff0c\u751f\u547d\u5782\u5371\u3002\u5728\u4e07\u5206\u7d27\u5f20\u65f6\u523b\uff0c\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u533b\u4fdd\u79d1\u5218\u91d1\u6d01\u533b\u751f\u3001\u5987\u79d1\u5b5f\u6dd1\u5170\u526f\u62a4\u58eb\u957f\u5feb\u901f\u5954\u5230\u73b0\u573a\u7ed9\u4e88\u62a2\u6551\u3002\u5728\u4e24\u540d\u533b\u62a4\u4eba\u5458\u548c\u4e58\u52a1\u5458\u7684\u9f50\u5fc3\u534f\u529b\u4e0b\uff0c\u6700\u7ec8\uff0c\u633d\u56de\u4e86\u5973\u5b50\u7684\u751f\u547d\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=814"};
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 () {
}
});
});
}