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=6477&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: 1749200867,
nonceStr: 'b0zX7ugo8vFDDqJi',
signature: 'bd8e4b012e9d9096258b9c5c79f14a0021ec5024',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u591a\u4e00\u4efd\u4fe1\u4efb\uff0c\u591a\u4e00\u4efd\u548c\u8c10","smalltext":" \u9634\u96e8\u7684\u508d\u665a\uff0c\u4e00\u4e2a\u5341\u5206\u5e74\u8fc8\u7684\u7237\u7237\u4f3c\u4e4e\u6709\u4e9b\u4e0d\u5b89\uff0c\u6211\u8bb0\u5f97\u4ed6\u59d3\u5f20\uff0c\u4eca\u5e74\u670957\u5c81\u7684\u9ad8\u9f84\u3002\u6211\u8d70\u5230\u65c1\u8fb9\uff0c\u51c6\u5907\u5e2e\u52a9\u4ed6\u670d\u7528\u6cbb\u7597\u51a0\u5fc3\u75c5\u624b\u672f\u540e\u7684\u8f85\u7597\u836f\u7269\uff0c\u53ef\u662f\u4ed6\u4e00\u53cd\u5e38\u6001\uff0c\u4e0d\u4ec5\u6ca1\u6709\u4e1d\u6beb\u5750\u8d77\u6765\u670d\u836f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6477"};
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 () {
}
});
});
}