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=453&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: 1744327824,
nonceStr: 'AESne8sqN4CVCDvn',
signature: '7cf2a5ae7f0a42ed8080c350b05963a04d7009a6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/dff5b0cd789b01da5ea16d45ac96aafd.jpg","title":"\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\uff1a\u533b\u62a4\u4eba\u5458\u624b\u5199\u201c\u5bf9\u8bdd\u201d\u7eb8\u6761 \u52a9\u804b\u54d1\u54af\u8840\u5c0f\u4f19\u987a\u5229\u5eb7\u590d\u51fa\u9662","smalltext":"\u201c\u4e0d\u8981\u547c\u5438\u201d\u3001\u201c\u81ea\u7531\u547c\u5438\u201d\u2026\u2026\u4e00\u5f20\u5f20A4\u5927\u5c0f\u7684\u767d\u7eb8\u4e0a\uff0c\u7528\u9ed1\u8272\u52a0\u7c97\u8bb0\u53f7\u7b14\u624b\u5199\u7684\u51e0\u4e2a\u5927\u5b57\u683c\u5916\u6e05\u6670\uff0c\u5728\u8fd9\u4e9b\u7eb8\u6761\u7684\u63d0\u793a\u4e0b\uff0c\u56e0\u54af\u8840\u5165\u9662\u768435\u5c81\u804b\u54d1\u4eba\u5f20\u6797\uff08\u5316\u540d\uff09\u5728\u624b\u672f\u53f0\u4e0a\uff0c\u914d\u5408\u7740\u63d0\u793a\u8bcd\u5bf9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=453"};
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 () {
}
});
});
}