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=2948&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: 1749403560,
nonceStr: 'bliqBOlwDy08fzS3',
signature: 'f9eb653c17b6b7477479cd46ae66db1f0f022aa6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u652f\u63f4\u5ef6\u5409\u673a\u573a\u7684\u536b\u751f\u68c0\u75ab\u5de5\u4f5c\u4eba\u5458\u5e76\u4e0d\u5b64\u5355","smalltext":"\u8fde\u7eed\u4e09\u5929\u7684\u4f5c\u6218\uff0c\u6211\u4eec\u8d1f\u8d23\u7684\u6d41\u884c\u75c5\u5b66\u8c03\u67e5\u548c\u91c7\u96c6\u6837\u672c\u5de5\u4f5c\u5373\u5c06\u5b8c\u80dc\uff0c\u73b0\u5df2\u5f85\u547d\u3002\u800c\u6211\u88ab\u8fd9\u4e09\u5929\u7684\u70b9\u70b9\u6ef4\u6ef4\u611f\u52a8\u5176\u4e2d\u30023\u670827\u65e5\u6211\u4eec\u4e03\u70b9\u534a\u51c6\u65f6\u524d\u5f80\u957f\u6625\uff0c\u53c2\u52a0\u957f\u6625\u6d77\u5173\u7ec4\u529e\u7684\u9f3b\u54bd\u62ed\u5b50\u91c7\u96c6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2948"};
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 () {
}
});
});
}