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=4976&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: 1743632682,
nonceStr: 'MYma27gozpF6pMRZ',
signature: '6ae28a2772532945cb423da54958f42f67c977db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u4e2d\u5fc3\u533b\u9662-EV\u4e91\u5065\u5eb7\u56e2\u961f","smalltext":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u4e2d\u5fc3\u533b\u9662\u201cEV\u4e91\u5065\u5eb7\u201d\u56e2\u961f\u81ea2020\u5e74\u6210\u7acb\u4ee5\u6765\uff0c\u81f4\u529b\u4e8e\u6253\u9020\u201cEV\u4e91\u5065\u5eb7\u201d\u5e73\u53f0\uff0c\u52a0\u5feb\u63a8\u8fdb\u201c\u4ee5\u4eba\u6c11\u5065\u5eb7\u201d\u4e3a\u4e2d\u5fc3\u7684\u5065\u5eb7\u79d1\u666e\u4f20\u64ad\u6a21\u5f0f\uff0c\u5b9e\u65bd\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u884c\u52a8\uff0c\u63d0\u9ad8\u5168\u6c11\u5065\u5eb7\u6c34","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4976"};
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 () {
}
});
});
}