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=1022&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: 1746292558,
nonceStr: '3WZcG5hVozzr95Ph',
signature: '2d710022897fd44f39d35ce7e5e91bd77ab6d175',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u5927\u533b\u7597\u6dc4\u535a\u533b\u9662\uff1a\u201c\u4eba\u6587\u533b\u7597 . \u548c\u8c10\u533b\u60a3\u201d\u670d\u52a1\u54c1\u724c\u7684\u6253\u9020","smalltext":"\u4e3a\u8d2f\u5f7b\u536b\u751f\u5065\u5eb7\u884c\u4e1a\u300a\u201c\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\uff082018-2020\uff09\u201d\u300b\u3001\u300a\u5c71\u4e1c\u7701\u536b\u5065\u59d4\u201c\u53cc\u521b\u53cc\u63d0\u53cc\u6ee1\u610f\u201d\u5b9e\u65bd\u610f\u89c1\u300b\u7b49\u8981\u6c42\uff0c\u843d\u5b9e\u5317\u5927\u533b\u7597\u4ea7\u4e1a\u96c6\u56e2\u201c\u54c1\u8d28+\u521b\u65b0\u201d\u6218\u7565\uff0c\u9002\u5e94\u52a0\u5165\u5317\u5927","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=1022"};
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 () {
}
});
});
}