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=6523&classid=14&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: 1750062372,
nonceStr: 'RsqeNZDqC7QCRGg4',
signature: 'cbe64cca2903f601be5240f3e00c3cdbbb66665b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u8c22\u8c22\u201d","smalltext":"\u5eb7\u5fb7\u8bf4\u6709\u4e24\u6837\u4e1c\u897f\u8ba9\u6211\u4eec\u601d\u8003\u8d8a\u591a\uff0c\u611f\u52a8\u8d8a\u6df1\uff0c\u4e00\u4e2a\u662f\u5934\u9876\u7684\u661f\u7a7a\u3001\u4e00\u4e2a\u662f\u5fc3\u4e2d\u7684\u9053\u5fb7\u5f8b\u3002\u603b\u8bf4\u533b\u62a4\u4eba\u5458\u662f\u751f\u547d\u7684\u5929\u4f7f\uff0c\u7a7f\u4e0a\u767d\u8272\u6218\u888d\u5954\u8d74\u751f\u547d\u7684\u6218\u573a\uff0c\u4e0e\u6b7b\u795e\u4e89\u593a\u65f6\u95f4\uff0c\u62c5\u5f53\u5929\u4f7f\u4f7f\u547d\u4e0d\u5f77\u5fa8\uff0c\u804c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6523"};
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 () {
}
});
});
}