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=2740&classid=13&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: 1743813165,
nonceStr: 'Efa2BWYqjBQDYzpk',
signature: 'fccd645edc52019d97718dac6f1457dcdac84692',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u90e8\uff1a\u7528\u6587\u5b57\u4f20\u9012\u6e29\u5ea6\uff0c\u7528\u955c\u5934\u81f4\u656c\u82f1\u96c4","smalltext":"\u81ea\u75ab\u60c5\u66b4\u53d1\u4ee5\u6765\uff0c\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u90e8\u56e2\u961f\u7528\u6587\u5b57\u4f20\u9012\u6e29\u5ea6\u3001\u7528\u955c\u5934\u81f4\u656c\u82f1\u96c4\uff0c\u5148\u540e\u6316\u6398\u91c7\u5199\u7a3f\u4ef6\u4e0a\u767e\u7bc7\uff0c\u5176\u4e2d\u4eba\u6c11\u65e5\u62a5\u3001\u65b0\u534e\u793e\u3001\u592e\u89c6\u65b0\u95fb\u3001\u4e2d\u65b0\u793e\u7b49\u56fd\u5bb6\u7ea7\u5a92\u4f53\u62a5\u905320\u4f59\u7bc7\uff0c\u88ab","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2740"};
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 () {
}
});
});
}