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=300&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: 1743764433,
nonceStr: 'E54zgdDJogAuVk7o',
signature: 'f049021d3182a6aba4fa574c2dd66ab1e4e13940',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5c71\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u9662\u7684C\u4f4d\u5c5e\u4e8e\u201c\u5929\u4f7f\u201d","smalltext":"5\u670812\u65e5\u662f\u4e00\u4e2a\u7279\u522b\u7684\u65e5\u5b50\uff0c\u5b83\u4e0d\u4ec5\u662f\u6c76\u5ddd\u5730\u9707\u7eaa\u5ff5\u65e5\uff0c\u662f\u6bcd\u4eb2\u8282\uff0c\u66f4\u662f\u5c5e\u4e8e\u6211\u4eec\u767d\u8863\u5929\u4f7f\u7684\u8282\u65e5\u2014\u2014\u56fd\u9645\u62a4\u58eb\u8282\u62a4\u58eb\uff0c\u8fd9\u7fa4\u5e73\u51e1\u53c8\u4f1f\u5927\u7684\u4eba\uff0c\u5979\u4eec\u4ece\u4e0d\u9ad8\u58f0\u5ba3\u626c\u81ea\u5df1\u7684\u529f\u7ee9\uff0c\u53ea\u9ed8\u9ed8\u65e0\u95fb\u5730\u505a\u597d\u81ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=300"};
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 () {
}
});
});
}