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=1089&classid=10&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: 1746292322,
nonceStr: 'tp1pnHJwKa1w58RS',
signature: 'e0ff46b40704234d749fdf4130477d962a75f03d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u4f20\u627f\u4e2d\u533b\u7406\u5ff5 \u521b\u65b0\u4e2d\u533b\u53d1\u5c55","smalltext":"\u4f5c\u4e3a\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u5efa\u8bbe\u7684\u91cd\u8981\u529b\u91cf\uff0c\u4e2d\u533b\u836f\u8d8a\u6765\u8d8a\u663e\u793a\u51fa\u72ec\u7279\u4ef7\u503c\u3002\u201c\u652f\u6301\u4e2d\u533b\u836f\u4e8b\u4e1a\u4f20\u627f\u521b\u65b0\u53d1\u5c55\u201d\u4e5f\u88ab\u5217\u4e3a\u4e86\u6211\u56fd\u4eca\u5e74\u6df1\u5316\u533b\u836f\u536b\u751f\u4f53\u5236\u6539\u9769\u91cd\u70b9\u5de5\u4f5c\u4efb\u52a1\u3002\u4e2d\u533b\u836f\u5982\u4f55\u4f20\u627f\u521b\u65b0\u53d1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=1089"};
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 () {
}
});
});
}