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=689&classid=12&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: 1743764391,
nonceStr: 'ecBsVRFtllYLJGyN',
signature: '3dd0dbb9fbc82b42546ef49e63660f0c4eff35a3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7fc1\u5efa\u5e73\uff1a\u4e3a\u4e86\u4e2d\u56fd\u201c\u7cd6\u53cb\u201d\u7684\u751f\u547d\u671f\u5f85","smalltext":"2018\u5e7411\u670829\u65e5\uff0c\u5728\u4e2d\u534e\u533b\u5b66\u4f1a\u7cd6\u5c3f\u75c5\u5206\u4f1a\u7b2c\u4e8c\u5341\u4e8c\u6b21\u5168\u56fd\u5b66\u672f\u4f1a\u8bae\u4e0a\uff0c\u4e3b\u4efb\u59d4\u5458\u8d3e\u4f1f\u5e73\u6559\u6388\u5411\u7fc1\u5efa\u5e73\u6559\u6388\u9881\u53d12018\u5e74\u5ea6CDS\u6700\u9ad8\u5b66\u672f\u5956\u9879\u2014\u2014\u79d1\u5b66\u8d21\u732e\u5956\u3002\u4eca\u5929\uff0c\u4e2d\u56fd\u5404\u5927\u533b\u9662\u5df2\u5c06\u80f0\u5c9b\u7d20","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=689"};
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 () {
}
});
});
}