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=5560&classid=3&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: 1743632680,
nonceStr: 'Hc9RBaICJPDIR6hq',
signature: '34d84caf00fda1653bef81cf91cd134bd97bff3d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202302\/9e10bc2181d217f0478c9ece304a758a.jpg","title":"\u59d4\u5458\u67ef\u5c0f\u5e73\uff1a\u533b\u8def\u4eba\u6587\u7684\u8ffd\u5149\u8005","smalltext":"\u5b66\u751f\u65f6\u4ee3\uff0c\u5979\u4f9d\u9760\u81ea\u5df1\u7684\u6267\u7740\u548c\u52e4\u594b\uff0c\u6210\u4e3a\u8d2b\u56f0\u4e61\u6751\u91cc\u7684\u7b2c\u4e00\u4f4d\u201c\u540d\u724c\u5927\u5b66\u751f\u201d\uff1b\r\n\r\n\u521d\u5165\u5a92\u4f53\uff0c\u5979\u51ed\u501f\u7740\u5bf9\u65b0\u95fb\u5de5\u4f5c\u7684\u70ed\u7231\uff0c\u6000\u7740\u201c\u94c1\u80a9\u62c5\u9053\u4e49 \u5999\u7b14\u8457\u6587\u7ae0\u201d\u7684\u68a6\u60f3\uff0c\u4ee5\u201c\u7f13\u89e3\u770b\u75c5\u96be \u770b\u75c5\u8d35\u201d\u4e3a\u5207\u5165\u70b9\uff0c\u4ee5\u62a5\u4e3a\u5a92\uff0c\u642d\u5efa\u533b\u60a3\u6c9f\u901a\u7684\u5e73\u53f0\u548c\u6865\u6881\uff0c\u4e3a\u9010\u6b65\u6539\u5584\u533b\u60a3\u5173\u7cfb\u63a8\u6ce2\u52a9\u6f9c\u2026\u2026\r\n\r\n\u8f6c\u6218\u975e\u516c\u533b\u7597\u884c\u4e1a\uff0c\u6df1\u8015\u533b\u9662\u5ba3\u4f20\u79d1\u5341\u4f59\u5e74\uff0c\u5979\u59cb\u7ec8\u4e0d\u5fd8\u521d\u5fc3\uff0c\u4ee5\u7b56\u5212\u516c\u76ca\u52a9\u5b66\u3001\u5173\u7231\u7279\u6b8a\u4eba\u7fa4\u6d3b\u52a8\u3001\u4f20\u64ad\u533b\u5b66\u79d1\u666e\u4e3a\u7740\u529b\u70b9\uff0c\u9010\u6e10\u6210\u4e3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7684\u5fe0\u5b9e\u201c\u8ffd\u5149\u8005\u201d\u3002\r\n\r\n\u5979\uff0c\u5c31\u662f\u67ef\u5c0f\u5e73\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=5560"};
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 () {
}
});
});
}