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=959&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: 1743703017,
nonceStr: 'Ds8QbQIG0gMCm0Ql',
signature: '0afede92802b808803901c089a0675678dd7d872',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/662dbd8d1ed8a4cdf0c227fb4c4602aa.jpg","title":"\u5f6d\u5c71\u533a\u4eba\u6c11\u533b\u9662\u8bf8\u6d77\u8482\uff1a\u4ece\u5929\u4f7f\u4e4b\u7231\u5230\u864e\u54e5\u5154\u59d0","smalltext":"\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u662f\u4e00\u4e2a\u5927\u8bfe\u9898\u3002\u5343\u5343\u4e07\u4e07\u7684\u533b\u7597\u4ece\u4e1a\u8005\u90fd\u8d8a\u6765\u8d8a\u610f\u8bc6\u5230\u5f00\u5c55\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7684\u91cd\u8981\u6027\u3002\u516c\u76ca\u54c1\u724c\u52a9\u529b\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e5f\u88ab\u5f88\u591a\u533b\u9662\u7ba1\u7406\u4e13\u5bb6\u4eec\u63d0\u51fa\uff0c\u4eca\u5929\uff0c\u501f\u6b64\u5f81\u6587\u673a\u4f1a\u6211\u4e5f\u5c06\u81ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=959"};
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 () {
}
});
});
}