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=1792&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: 1747167942,
nonceStr: 'W5CAkSOBClY3DlPA',
signature: '8d756ba49d84d68f23725e790bc108275f4a8912',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/520fdb01c886edafed6dc68a83e59464.jpg","title":"\u4e07\u91cc\u7231\u5fc3\u63a5\u529b\uff1a\u4e94\u5343\u4f59\u5957\u9632\u62a4\u670d\u5df2\u9001\u62b5\u56db\u5ddd\u591a\u5bb6\u533b\u9662\u624b\u4e2d","smalltext":"2\u67087\u65e5\u4e0b\u5348\uff0c\u4ece\u6fb3\u5927\u5229\u4e9a\u58a8\u5c14\u672c\u98de\u5f80\u56db\u5ddd\u6210\u90fd\u76845200\u5957\u9632\u62a4\u670d\u5df2\u987a\u5229\u5230\u8fbe\u6210\u90fd\u53cc\u6d41\u56fd\u9645\u673a\u573a\u3002\u53d6\u8d27\u73b0\u573a\uff0c20\u8f86\u6551\u62a4\u8f66\u3001\u4e24\u8f86\u6c11\u7528\u8f66\u5728\u673a\u573a\u51fa\u53e3\u96c6\u7ed3\u5b8c\u6bd5\uff0c\u53c2\u4e0e\u53d6\u8d27\u7684\u533b\u9662\u5fc3\u6000\u611f\u6fc0\uff0c\u5c3d\u7ba1\u65f6\u95f4\u5306","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1792"};
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 () {
}
});
});
}