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=2168&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: 1749442737,
nonceStr: 'NB1W7AHZhuohblJT',
signature: '690e23482cd4f70cbcabd884df614b939b7b666b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6297\u201c\u75ab\u201d\u66f4\u8981\u6297\u201c\u6291\u201d\uff0c\u6211\u4eec\u7684\u6218\u6597\u624d\u521a\u521a\u5f00\u59cb","smalltext":"2020.2.28\u6765\u5230\u91d1\u94f6\u6f6d\u533b\u9662\u4e24\u5929\u4e86\uff0c\u5927\u5bb6\u4e0b\u5b9a\u51b3\u5fc3\u4eca\u5929\u4e00\u5b9a\u8981\u628a\u6211\u4eec\u7684\u594b\u6597\u7a7a\u95f4\u5e03\u7f6e\u5f97\u6e29\u99a8\u800c\u548c\u8c10\uff0c\u8ba9\u6765\u8bbf\u8005\u62e5\u6709\u4e00\u4e2a\u6696\u5fc3\u7684\u5c0f\u5929\u5730\uff0c\u5c3d\u91cf\u8ba9\u5176\u8eab\u5fc3\u8212\u7545\u3002\u6211\u4eec\u5c0f\u7ec4\u4e94\u4f4d\u7537\u58eb\u7adf\u7136\u4e5f\u80fd\u526a\u7eb8\u505a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2168"};
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 () {
}
});
});
}