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=621&classid=4&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: 1738727583,
nonceStr: '4sF3HFG8ymUmgQC3',
signature: '9e192dbbee76f4766d271f1c49be8102ce42d12c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u6c49\u5e02\u4eba\u6c11\u533b\u9662: \u4ee5\u515a\u5efa\u4e3a\u5f15\u9886\u63a8\u52a8\u533b\u8054\u4f53\u5efa\u8bbe","smalltext":"\u5728\u533b\u5171\u4f53\u7684\u5efa\u8bbe\u4e2d\uff0c\u4f5c\u4e3a\u533b\u9662\u7684\u201c\u638c\u8235\u4eba\u201d\uff0c\u9662\u957f\u4eec\u6709\u4ec0\u4e48\u79d8\u7c4d\uff0c\u53c8\u9762\u4e34\u4e86\u600e\u6837\u7684\u96be\u70b9\u4e0e\u75db\u70b9\u3002\u7531\u6210\u90fd\u5546\u62a5\u56db\u5ddd\u540d\u533b\u6253\u9020\u3001\u6df1\u5733\u8fc8\u745e\u751f\u7269\u533b\u7597\u7535\u5b50\u80a1\u4efd\u6709\u9650\u516c\u53f8\u534f\u529e\u7684\u300a\u745e\u533b\u00b7\u53bf\u57df\u884c\u300b\u5927\u578b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=621"};
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 () {
}
});
});
}