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=965&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: 1743703011,
nonceStr: '44PjSJJHsUXRWN5z',
signature: 'ffe806aff1868ca16755494d308699c3920e5590',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/f94630a0d34b388150bf307a470b78f5.jpg","title":"\u54b8\u9633\u5e02\u65ec\u9091\u53bf\u533b\u9662\u4faf\u5c0f\u8273\uff1a\u8ffd\u5bfb\u533b\u9662\u90a3\u62b9\u4eba\u6587\u60c5\u7ed3","smalltext":"\u6211\u4e00\u76f4\u60f3\u5199\u5199\u5173\u4e8e\u533b\u9662\u4eba\u6587\u65b9\u9762\u7684\u6587\u5b57\uff0c\u4f46\u53c8\u96be\u4e8e\u4e0b\u7b14\u3002\u5728\u529e\u516c\u5ba4\u5de5\u4f5c\uff0c\u6bcf\u4e00\u5929\u6240\u7ecf\u5386\u7684\uff0c\u6709\u5173\u4e8e\u533b\u9662\u4eba\u6587\u65b9\u9762\u7684\u4e8b\u592a\u591a\u4e86\uff0c\u771f\u6b63\u503c\u5f97\u5199\u7684\u662f\u54ea\u51e0\u4e2a\u7ef4\u5ea6\u5462\u2014\u2014\u62c6\u6563\u4e86\u770b\uff0c\u54ea\u4e00\u4e2a\u90fd\u80fd\u6784\u6210\u4e00\u79cd\u72ec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=965"};
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 () {
}
});
});
}