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=6491&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: 1749065651,
nonceStr: 'W8mDwAzXeVeLyYT9',
signature: '8bc51245b5cc61a938ecbc805ca797d26387c7c6',
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\u4f60\u5728\u8eab\u8fb9\uff0c\u5728\u4f60\u8eab\u8fb9","smalltext":"\u4f5c\u4e3a\u4e00\u540d\u533b\u52a1\u793e\u5de5\uff0c\u6211\u4eec\u6709\u4e0d\u5f97\u4e0d\u653e\u5f03\u7cbe\u5fc3\u8bbe\u8ba1\u670d\u52a1\u65b9\u6848\u65f6\u7684\u632b\u8d25\u611f\uff0c\u6709\u9762\u5bf9\u60a3\u8005\u75db\u82e6\u96be\u71ac\uff0c\u5374\u65e0\u80fd\u4e3a\u529b\u65f6\u7684\u6df1\u6df1\u65e0\u529b\u611f\uff1b\u4f46\u66f4\u591a\u7684\u662f\u611f\u52a8\u4e8e\u60a3\u8005\u5bb6\u5c5e\u95f4\u6d53\u6d53\u7684\u7231\u610f\uff0c\u6b23\u6170\u4e8e\u60a3\u8005\u771f\u6b63\u53d7\u76ca\u540e\u90a3\u6d45","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6491"};
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 () {
}
});
});
}