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=6699&classid=14&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: 1743703389,
nonceStr: '67QiqZ4JeJOaLvjg',
signature: '461fea0396d4143a850ce2d1a0068cca7e48aa5d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6a58\u8272\u767e\u5408\uff0c\u51ac\u65e5\u91cc\u7684\u6696\u9633","smalltext":"\u8f6c\u773c\u95f4\uff0c\u79cb\u5df2\u53bb\uff0c\u51ac\u6b63\u6765\uff0c\u5341\u4e00\u6708\u7684\u6025\u8bca\u75c5\u623f\u6765\u4e86\u8fd9\u6837\u4e00\u4f4d\u7279\u6b8a\u7684\u75c5\u4eba\uff0c\u56db\u5341\u5c81\u7684\u97e9\u5973\u58eb\u56e0\u4e2a\u4eba\u60c5\u611f\u95ee\u9898\u5728\u5bb6\u670d\u7528\u4e8670\u7247\u7684\u827e\u53f8\u5511\u4ed1\u5bfc\u81f4\u836f\u7269\u4e2d\u6bd2\uff0c\u88ab\u5bb6\u5c5e\u9001\u81f3\u6211\u9662\u6025\u8bca\u62a2\u6551\u5ba4\uff0c\u7ecf\u8fc7\u6d17\u80c3\u8865\u6db2\u7b49\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6699"};
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 () {
}
});
});
}