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=399&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: 1746209139,
nonceStr: 'UXwUubp6Qxr7nKxv',
signature: '3369d79ac0291f43128f5d6e078bb4e8929ccdec',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/dbfd33d113d41d6e0e60186b196bbcbc.jpg","title":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\uff1a\u767d\u8863\u5929\u4f7f\u90fd\u5728\u8e0a\u8dc3\u5411\u8fd9\u4f4d\u4fdd\u6d01\u963f\u59e8\u8868\u767d","smalltext":"5\u670820\u65e5\uff0c\u4e00\u573a\u70ed\u60c5\u3001\u6e29\u6696\u7684\u4e49\u5356\u7ade\u62cd\u3001\u5e2e\u56f0\u6350\u8d60\u6d3b\u52a8\u5438\u5f15\u4e86\u201c\u767d\u8863\u5929\u4f7f\u201d\u4eec\u7eb7\u7eb7\u53c2\u52a0\uff0c\u8e0a\u8dc3\u201c\u8868\u767d\u201d\uff0c\u4f20\u9012\u7231\u5fc3\u3002\u8be5\u6d3b\u52a8\u662f\u7531\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\u515a\u652f\u90e8\u3001\u5de5\u4f1a\u3001\u56e2\u652f\u90e8\u3001\u5ba3\u4f20\u79d1\u5171\u540c\u7ec4\u7ec7\u4e3e\u529e\u7684\u4e00\u573a\u7231\u5fc3\u516c\u76ca\u6d3b\u52a8\u3002\u767d\u8863\u5929\u4f7f\u4eec\u6350\u51fa\u81ea\u5df1\u73cd\u85cf\u7684\u767e\u4f59\u4ef6\u95f2\u7f6e\u7269\u54c1\uff0c\u901a\u8fc7\u73b0\u573a\u4e49\u5356\u3001\u7ade\u62cd\uff0c\u52df\u96c6\u5584\u6b3e\uff0c\u5e76\u5168\u90e8\u6350\u8d60\u7ed9\u5355\u4f4d\u7279\u56f0\u804c\u5de5\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=399"};
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 () {
}
});
});
}