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=1417&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: 1747210338,
nonceStr: '1qRSxM4St1S8QsCU',
signature: 'eaeccd410c15d8c98789479fd6cb001d2bf339ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/65d165dbabaefd0bbf80d2db6df3f35d.jpg","title":"\u5e7f\u897f\u81ea\u6cbb\u533a\u4eba\u6c11\u533b\u9662:\u767e\u8272\u5730\u9707\u65f6\uff0c\u4ed6\u4eec\u7167\u5e38\u505a\u7740\u624b\u672f","smalltext":"\u636e\u4e2d\u56fd\u5730\u9707\u53f0\u7f51\u6d4b\u5b9a\uff0c11\u670825\u65e59\u65f618\u5206\uff0c\u5e7f\u897f\u767e\u8272\u5e02\u9756\u897f\u5e02\uff08\u5317\u7eac22.89\u5ea6\uff0c\u4e1c\u7ecf106.65\u5ea6\uff09\u53d1\u751f5.2\u7ea7\u5730\u9707\uff0c\u9707\u6e90\u6df1\u5ea610\u5343\u7c73\u3002\u5730\u9707\u53d1\u751f\u65f6\uff0c\u5468\u8fb9\u591a\u5730\u9707\u611f\u5f3a\u70c8\u3002\u5730\u9707\u53d1\u751f\u65f6\uff0c\u8fdc\u5728\u5e7f\u897f\u9996\u5e9c\u5357\u5b81\u5e02\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1417"};
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 () {
}
});
});
}