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=283&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: 1744093100,
nonceStr: '5QxE7OVu2NKEflgc',
signature: '57388ef19414bc61b3bbc20693b931039269e308',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/8fa47f217f4fbea313b0d6afd787b262.jpg","title":"\u6b66\u6c49\u666e\u4ec1\u533b\u9662\uff1a\u8fd9\u4e2a\u62a4\u58eb\u8282\u9662\u957f\u966a\u7740\u62a4\u58eb\u4eec\u53bb\u5347\u7ea7\u6253\u602a","smalltext":"\u6bcf\u5e74\u76845\u670812\u65e5\u662f\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u5168\u56fd\u5404\u5730\u7684\u533b\u9662\u90fd\u4f1a\u7ec4\u7ec7\u5404\u79cd\u4e30\u5bcc\u591a\u5f69\u7684\u4e13\u9898\u5e86\u795d\u6d3b\u52a8\u3002\u4eca\u5e74\uff0c\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\u7684\u62a4\u58eb\u4eec\u8fc7\u4e86\u4e00\u4e2a\u4e0e\u4f17\u4e0d\u540c\u7684\u62a4\u58eb\u8282\u30025\u670810\u65e5\uff0c\u533b\u9662\u9662\u957f\u5f90\u5927\u52c7\u5e26\u7740\u5e38\u52a1\u526f\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=283"};
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 () {
}
});
});
}