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=3143&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: 1745150550,
nonceStr: 'XVtX7b37djGSOmUj',
signature: '79ead634feb616b181da87d43cf88c90aa589bf3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4e00\u4e66Yi\u4e16\u754c\uff0c\u82cf\u5dde\u533b\u62a4\u5728\u6717\u8bfb\u4e2d\u5206\u4eab\u201c\u75ab\u201d\u7ebf\u611f\u609f","smalltext":"\u201c\u613f\u4f60\u4e00\u751f\u52aa\u529b\uff0c\u4e00\u751f\u88ab\u7231\uff0c\u60f3\u8981\u7684\u90fd\u62e5\u6709\uff0c\u5f97\u4e0d\u5230\u7684\u90fd\u91ca\u6000\u3002\u201d\u6c5f\u82cf\u7701\u7b2c\u4e94\u6279\u63f4\u6e56\u5317\u533b\u7597\u961f\u961f\u5458\u3001\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u76d1\u62a4\u5ba4\u62a4\u58eb\u957f\u7a0b\u9759\u5a1f\u5728\u5206\u4eab\u300a\u613f\u4f60\u60f3\u8981\u7684\u90fd\u62e5\u6709\uff0c\u5f97\u4e0d\u5230\u7684\u90fd\u91ca\u6000\u300b\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3143"};
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 () {
}
});
});
}