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=1553&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: 1747193942,
nonceStr: 'TTFOIbsVAfx4NkRR',
signature: 'ec54bfd3d3048056df153dc2a052605fd9ab0b24',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u57fa\u5c42\u201c\u5f53\u5bb6\u4eba\u201d\u7684\u4ece\u533b\u60c5\u6000","smalltext":"\u6731\u4ee3\u8363\uff0c1991\u5e74\u8fdb\u5165\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff0c\u4ece\u533b28\u5e74\uff0c\u4ece\u4f4f\u9662\u533b\u5e08\u5230\u4e3b\u6cbb\u533b\u5e08\u3001\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u4ece\u79d1\u5ba4\u4e3b\u4efb\u5230\u526f\u9662\u957f\u3001\u9662\u957f\uff0c\u4ed6\u575a\u6301\u4e00\u5207\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u7684\u521d\u5fc3\uff0c\u5fc3\u7cfb\u7fa4\u4f17\u5065\u5eb7\u53ca\u533b\u9662\u53d1\u5c55\uff0c\u56e2\u7ed3\u548c\u5e26\u9886\u666e\u533b\u4eba\u4e3a\u533b\u9662\u53d1\u5c55\u58ee\u5927\u53d6\u5f97\u4e86\u53ef\u559c\u6210\u7ee9\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1553"};
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 () {
}
});
});
}