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=559&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: 1743703013,
nonceStr: 'iFWuQlJVOEkpko2Q',
signature: '7bcb39475be2e5f15b52b4f7b3cfaa6940bc5927',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u670d\u52a1\u529b\u5dee\u70b9\u4e8b\u513f\uff1f\u4f60\u7f3a\u4e00\u5957\u201c\u516d\u8109\u795e\u5251\u201d","smalltext":"\u5f88\u591a\u9662\u957f\u548c\u4e3b\u4efb\u53cd\u9988\uff0c\u533b\u9662\u8fdb\u884c\u5404\u9879\u5de5\u4f5c\u68c0\u67e5\u65f6\uff0c\u90fd\u5408\u89c4\u5408\u683c\uff0c\u4f46\u5c31\u662f\u611f\u89c9\u5dee\u70b9\u4ec0\u4e48\uff0c\u5230\u5e95\u662f\u54ea\u513f\u51fa\u4e86\u95ee\u9898\u5462\uff1f\u90a2\u5ca9\u8bf4\uff0c\u95ee\u9898\u5c31\u51fa\u5728\u201c\u611f\u89c9\u201d\u4e8c\u5b57\u30026\u67084\u65e5\uff0c\u90a2\u5ca9\u5728\u5c71\u897f\u7701\u957f\u6cbb\u5e02\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u7684\u300a\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=559"};
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 () {
}
});
});
}