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=155&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: 1744323962,
nonceStr: 'g6EyA4sYXA5yFMPM',
signature: '3d3413cb2ca07ae63a546d8cf295eeb24ebbff27',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u5357\u53bf\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u8ba9\u60a3\u8005\u201c\u5f52\u5de2\u201d","smalltext":"\u4f4d\u4e8e\u5e7f\u897f\u58ee\u65cf\u81ea\u6cbb\u533a\u8d35\u6e2f\u5e02\u7684\u5e73\u5357\u53bf\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u65e0\u8bba\u4ece\u201c\u51fa\u8eab\u201d\u8fd8\u662f\u5730\u7406\u4f4d\u7f6e\u4e0a\u90fd\u4e0d\u5360\u4f18\u52bf\u3002\u8bba\u51fa\u8eab\uff0c\u8fd9\u5bb6\u533b\u9662\u4ece\u4e00\u5bb6\u4e61\u9547\u536b\u751f\u6240\u53d1\u5c55\u800c\u6765\uff0c\u4e00\u76f4\u52302007\u5e74\u524d\u90fd\u6ca1\u6709\u6539\u53d8\u5e95\u5b50\u8584\u3001\u57fa\u7840\u5f31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=155"};
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 () {
}
});
});
}