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=1412&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: 1746600183,
nonceStr: '51CESvASCObDFHvL',
signature: '865336acc6db88ba87b530fd67738652d0b24826',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/db2b29dba0cb7467ce4a716bd8b4c575.png","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4eb2\u5b50\u4e92\u52a8\u7b5b\u67e5\u810a\u67f1\u4fa7\u5f2f\uff0c\u8ba9\u5eb7\u590d\u7406\u5ff5\u66f4\u6df1\u5165","smalltext":"\u201c\u4ee5\u540e\u6211\u8981\u76ef\u7740\u7238\u5988\u4e0d\u80fd\u8eba\u7740\u73a9\u624b\u673a\u201d\u201c\u6211\u4ee5\u540e\u5f97\u591a\u7559\u5fc3\u5b69\u5b50\u7684\u5750\u59ff\uff0c\u6ce8\u610f\u4ed6\u7684\u810a\u67f1\u95ee\u9898\u4e86\u201d\u2026\u2026\u4e00\u573a\u4eb2\u5b50\u6d3b\u52a8\uff0c\u8ba9\u5bb6\u957f\u548c\u5b66\u751f\u90fd\u6536\u83b7\u6ee1\u6ee1\u3002\u4eca\u5929\uff0811\u670823\u65e5\uff09\u4e0b\u5348\uff0c\u901a\u8fc7\u82cf\u5dde\u5e02\u6587\u660e\u529e\u201c\u6210\u957f\u82cf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1412"};
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 () {
}
});
});
}