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=4795&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: 1746237134,
nonceStr: 'He5Je9n68nCr1RaA',
signature: 'fd41c747b5db634c1099c35826af357d582a3435',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662-\u5eb7\u590d\u79d1\u6b22\u4e50\u5eb7\u590d\u5bb6","smalltext":"\u5eb7\u590d\u533b\u5b66\u79d1\u81ea2020\u5e747\u67081\u65e5\u81f32021\u5e746\u670830\u65e5\uff0c\u66fe\u591a\u6b21\u4e3e\u529e\u5177\u6709\u7279\u8272\u3001\u521b\u65b0\u3001\u6709\u4eae\u70b9\u7684\u516c\u76ca\u6027\u6d3b\u52a8\uff0c\u73b0\u5c06\u5176\u6c47\u62a5\u5982\u4e0b\uff1a\u4e00\u3001\u521b\u54c1\u724c\u2014\u5f00\u5c55\u201c\u6b22\u4e50\u5eb7\u590d\u5bb6\u201d\u6d3b\u52a8\u5eb7\u590d\u533b\u5b66\u79d1\u5728\u62a4\u58eb\u957f\u5218\u6d93\u7684\u7ec4\u7ec7","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4795"};
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 () {
}
});
});
}