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=5068&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: 1746209620,
nonceStr: 'az75gjuCzxWWEQL6',
signature: '76683b538e87db09669f35ee40ae6d50dc8c354b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u515a\u7684100\u5c81 \u6211\u76841\u5c81","smalltext":"\u65f6\u5149\u63a8\u79fb\uff0c\u5c81\u6708\u6d41\u8f6c\uff0c2021\u5e74\u5df2\u63a5\u8fd1\u5c3e\u58f0\uff0c\u75ab\u60c5\u7684\u785d\u70df\u9010\u6e10\u6563\u53bb\u3002\u4f46\u662f\u90a3\u4e9b\u5728\u9ed1\u6697\u4e2d\u524d\u884c\u7684\u767d\u8863\u536b\u58eb\u7684\u8eab\u5f71\uff0c\u59cb\u7ec8\u6df1\u6df1\u7684\u954c\u523b\u5728\u6211\u7684\u8111\u6d77\u3002\u4f9d\u65e7\u8bb0\u5f97\uff0c2020\u5e74\u65b0\u51a0\u75ab\u60c5\u6765\u52bf\u6c79\u6c79\uff0c\u5927\u5e74\u521d\u4e8c\uff0c\u6240\u6709\u63a5\u5230","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5068"};
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 () {
}
});
});
}