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=339&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: 1744324109,
nonceStr: 'Yz5V3TVtsHv8A9n7',
signature: '48740441beb9b38864cf0e4f644d3f943a07b80b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u9662\u91cc\u6709Bin\u54e5\u8fd9\u6837\u7684\u4eba","smalltext":" \u201cBin\u54e5\uff0c6\u697c12\u5e8a\u7684\u5e8a\u6863\u574f\u4e86\u3002Bin\u54e5\uff0c8\u697c6\u75c5\u5ba4\u7684\u7a97\u5e18\u7ef3\u62c9\u65ad\u4e86\u3002Bin\u54e5\uff0c9\u697c\u533b\u751f\u529e\u516c\u5ba4\u7684\u4e00\u4e2a\u67dc\u5b50\u6253\u4e0d\u5f00\u4e86\u3002Bin\u54e5\uff0c16\u697c14\u5e8a\u90a3\u91cc\u7684\u5899\u58c1\u62a4\u58f3\u6389\u4e86\u3002Bin\u54e5\uff0c15\u697c\u62a4\u58eb\u7ad9\u62bd\u5c49\u7684\u628a\u624b\u6389\u4e86\u3002Bi","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=339"};
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 () {
}
});
});
}