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=4535&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: 1746242713,
nonceStr: 'dkUnRr1rmW3wD0zE',
signature: 'b03c6cd8afd76722036b4414a5064d019e260e47',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e09\u4e9a\u4e2d\u5fc3\u533b\u9662\uff08\u6d77\u5357\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09-\u515a\u59d4","smalltext":"\u4ee5\u515a\u5efa\u5f15\u9886\uff0c\u64ce\u753b\u743c\u5357\u536b\u751f\u5065\u5eb7\u53d1\u5c55\u65b0\u84dd\u56fe\u2014\u20142020 \u5e74\u4ee5\u6765\uff0c\u533b\u9662\u515a\u59d4\u56f4\u7ed5\u533b\u9662\u53d1\u5c55\u76ee\u6807\u548c\u4e2d\u5fc3\u5de5\u4f5c\uff0c\u575a\u6301\u521b\u65b0\u601d\u7ef4\uff0c\u79ef\u6781\u63a2\u7d22\uff0c\u628a\u670d\u52a1\u767e\u59d3\u5065\u5eb7\u4f5c\u4e3a\u515a\u5efa\u7684\u6839\u672c\u51fa\u53d1\u70b9\u548c\u843d\u811a\u70b9\uff0c\u4ee5\u589e\u5f3a\u57fa\u5c42\u515a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4535"};
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 () {
}
});
});
}