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=4926&classid=11&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: 1743764927,
nonceStr: 'SNW5fdqdQ9MCcwLr',
signature: '5d99ae1ab8edc1a2f7b919a1736d9b86f7795ada',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662-\u5168\u751f\u547d\u5468\u671f\u836f\u5b66\u670d\u52a1\u521b\u65b0","smalltext":"\u4e00\u3001\u80cc\u666f\u610f\u4e49\u836f\u7269\u662f\u4e00\u628a\u53cc\u5203\u5251\uff0c\u5728\u6cbb\u7597\u75be\u75c5\u7684\u540c\u65f6\u4e5f\u53ef\u5bf9\u4eba\u4f53\u9020\u6210\u4f24\u5bb3\uff0c\u5408\u7406\u5b89\u5168\u4f7f\u7528\u836f\u7269\u5173\u4e4e\u516c\u4f17\u7684\u751f\u547d\u548c\u5065\u5eb7\u3002\u7814\u7a76\u663e\u793a\uff0c\u4eba\u7fa4\u4e0d\u5408\u7406\u7528\u836f\u9020\u6210\u7684\u836f\u6e90\u6027\u75be\u75c5\uff0c \u5df2\u7ecf\u6210\u4e3a\u5371\u5bb3\u4eba\u7c7b\u5065\u5eb7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4926"};
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 () {
}
});
});
}