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=3024&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: 1749397215,
nonceStr: 'LPpdW7NHUcjTiI7g',
signature: '5a55b3657b917a11291eb0d0a9c80c5c3db54e3d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u52a9\u804b\u95e8\u8bca\uff1a\u52b3\u6a21\u62a4\u58eb\u63a8\u201c\u516b\u5fc3\u201d\u62a4\u7406\u624b\u8bed\u6559\u7a0b","smalltext":"\u53bb\u5e74\uff0c\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662\u6210\u4e3a\u52a9\u804b\u95e8\u8bca\u670d\u52a1\u70b9\uff0c\u4e3e\u529e\u4e86\u4e0a\u6d77\u5e02\u9996\u4e2a\u7a97\u53e3\u670d\u52a1\u4eba\u5458\u624b\u8bed\u57f9\u8bad\u73ed\uff0c\u533b\u9662\u7a97\u53e3\u670d\u52a1\u4eba\u5458\u638c\u63e1\u4e86\u624b\u8bed\u6c9f\u901a\u57fa\u672c\u6280\u80fd\u3002\u4f46\u662f\uff0c\u542c\u969c\u4eba\u58eb\u5728\u95e8\u8bca\u3001\u4f4f\u9662\u671f\u95f4\uff0c\u4f9d\u7136\u4f1a\u9047\u5230\u65e0\u6cd5\u987a\u5229\u6c9f\u901a\u7684\u60c5\u51b5\u3002\r\n\u4eca\u5e74\uff0c\u5168\u56fd\u52b3\u6a21\u3001\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662\u4e3b\u4efb\u62a4\u5e08\u4e8e\u4e95\u5b50\u53ca\u62a4\u7406\u56e2\u961f\u6210\u5458\u65e5\u524d\u63a8\u51fa\u201c\u516b\u5fc3\u201d\u62a4\u7406\u624b\u8bed\u6559\u7a0b\uff0c\u7528\u4eba\u6027\u5316\u62a4\u7406\u5e26\u52a8\u533b\u9662\u52a9\u804b\u95e8\u8bca\u5168\u9762\u5347\u7ea7\u3002\r\n\u201c\u6211\u591a\u4e00\u4efd\u7231\u5fc3\uff0c\u75c5\u4eba\u65e9\u4e00\u5929\u5eb7\u590d\uff01\u201d\u8fd9\u662f\u4e8e\u4e95\u5b50\u62a4\u7406\u5c0f\u7ec4\u7684\u683c\u8a00\u3002\u201c\u5b66\u4e60\u624b\u8bed\u3001\u7528\u597d\u624b\u8bed\u3001\u63a8\u5e7f\u624b\u8bed\u201d\uff0c\u52a9\u804b\u95e8\u8bca\u518d\u5347\u7ea7\uff0c\u8ba9\u201c\u516b\u5fc3\u201d\u62a4\u7406\u5185\u6db5\u5f97\u5230\u65b0\u7684\u5347\u534e\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3024"};
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 () {
}
});
});
}