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=423&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: 1730421298,
nonceStr: 'p0k7NcfsTvanBtTu',
signature: '60e2817278739b0a83878f7e9957fb440c6a621c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u5c81\u5973\u7ae5\u624b\u8131\u81fc\u534a\u591c\u5c31\u533b\uff0c\u6025\u8bca\u533b\u751f\u4e09\u79d2\u949f\u590d\u4f4d\u6210\u529f","smalltext":"5\u670815\u65e5\u51cc\u66683\u65f6\uff0c\u4e00\u5bf9\u5e74\u8f7b\u7684\u5bb6\u957f\u5e26\u7740\u54ed\u95f9\u4e0d\u6b62\u7684\u4e00\u5c81\u5973\u5b69\u6765\u5230\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u5916\u79d1\u5c31\u8bca\uff0c\u4ed6\u4eec\u8138\u4e0a\u5199\u6ee1\u4e86\u6b49\u610f\u548c\u540e\u6094\u3002\u5b69\u5b50\u7684\u7236\u6bcd\u8bf4\uff0c\u5f53\u665a\u4ed6\u4eec\u5728\u5bb6\u548c\u5b9d\u5b9d\u505a\u6e38\u620f\uff0c\u5927\u4eba\u624b\u63d0\u7740\u5b9d\u5b9d\u7684\u624b\u81c2\u79bb","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=423"};
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 () {
}
});
});
}