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=6746&classid=14&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: 1743633013,
nonceStr: 'NQ16bquKlyU9ihTH',
signature: '7e15731286de1bf5dd3296d693a34d1788e8bbdd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u533b\u60a3\u5171\u6d4e\uff0c\u4ee5\u5fc3\u94fe\u60c5\uff0c\u5168\u94fe\u6761\u670d\u52a1\u6a21\u5f0f\u63d0\u5347\u60a3\u8005\u4f53\u9a8c\u611f\u7684\u7b56\u7565\u4e0e\u5b9e\u8df5","smalltext":"\u515a\u7684\u4e8c\u5341\u5927\u4ee5\u6765\uff0c\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u9646\u7eed\u9881\u53d1\u4e86\u300a\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u4fc3\u8fdb\u884c\u52a8\uff082021-2025\uff09\u5e74\u300b\u548c\u300a\u5173\u4e8e\u5f00\u5c55\u6539\u5584\u5c31\u533b\u611f\u53d7\u63d0\u5347\u60a3\u8005\u4f53\u9a8c\u4e3b\u9898\u6d3b\u52a8\u7684\u901a\u77e5\u300b\u7b49\u653f\u7b56\uff0c\u5728\u5168\u56fd\u5b9e\u65bd\u6539\u5584\u5c31\u533b\u611f\u53d7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6746"};
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 () {
}
});
});
}