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=6735&classid=14&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: 1743703330,
nonceStr: 'CAJx4WFkZPjC1KZl',
signature: '1dbf0b10e4c5e4ee6acd00083e8833790fba834e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u62e5\u62b1\u4e0e\u656c\u793c","smalltext":"\u4f55\u4e3a\u4eba\u6587\u5173\u6000\uff1f\u6211\u7684\u611f\u609f\u662f\u7ad9\u5728\u60a3\u8005\u7684\u89d2\u5ea6\u6765\u601d\u8003\uff0c\u7406\u89e3\u60a3\u8005\uff0c\u5c0a\u91cd\u60a3\u8005\uff0c\u611f\u540c\u8eab\u53d7\uff0c\u5373\u5c0a\u91cd\u4eba\u3001\u5173\u5fc3\u4eba\u3001\u7231\u62a4\u4eba\u3002\u6b63\u6240\u8c13"\u5df1\u6240\u4e0d\u6b32,\u52ff\u65bd\u4e8e\u4eba",\u6211\u4eec\u6bcf\u4e2a\u4eba\u90fd\u5e0c\u671b\u53d7\u5230\u5c0a\u91cd\uff0c\u5e0c\u671b\u522b\u4eba\u6e29\u67d4\u5bf9\u5f85\u81ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6735"};
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 () {
}
});
});
}