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=353&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: 1743764440,
nonceStr: '5dTrgNYytfbTRnTH',
signature: '3bdcf16b5fe2dcf7fd024660adde34dc0d66220e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u548c\u8c10\uff01\u4e0e\u60a3\u8005\u4e00\u8d77\u201c\u52a8\u8d77\u6765\u201d","smalltext":" \u80a9\u9888\u4fdd\u5065\u64cd\u7684\u953b\u70bc\u53ef\u4ee5\u6d3b\u8840\u5316\u7600\u3001\u795b\u98ce\u6563\u5bd2\u3001\u758f\u901a\u7ecf\u8109\uff0c\u7f13\u89e3\u80a9\u9888\u50f5\u786c\u3001\u808c\u8089\u75b2\u52b3\u3001\u80a9\u5468\u708e\u548c\u9888\u690e\u75c5\u53d8\uff0c\u8fd8\u53ef\u4ee5\u6539\u5584\u5934\u6655\u3001\u5934\u75db\u3001\u5927\u8111\u4f9b\u6c27\u4e0d\u8db3\u3001\u7761\u7720\u8d28\u91cf\u4e0b\u964d\u3001\u5931\u7720\u591a\u68a6\u7b49\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=353"};
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 () {
}
});
});
}