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=6684&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: 1743703395,
nonceStr: 'ovaQ3SKJeU1Ty7kM',
signature: '1255a35dd8d008616a88f78e9e08fb2ea8cb037e',
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\u4e0d\u613f\u8fdb\u7a7f\u523a\u5ba4\u7684\u5c0f\u8fdc","smalltext":"\u4e0a\u4e2a\u661f\u671f\u4e09\uff0c\u662f\u6211\u503c\u665a\u73ed\uff0c\u75c5\u623f\u75c5\u60c5\u90fd\u6bd4\u8f83\u5e73\u7a33\uff0c\u4ec5\u5269\u6700\u540e\u4e00\u4e2a\u5e8a\u4f4d\uff0c\u767d\u73ed\u540c\u4e8b\u9884\u7ea6\u4e86\u4e00\u4e2a\u5ddd\u5d0e\u75c5\u7684\u5b69\u5b50\u3002\u665a\u4e0a\u516b\u70b9\u591a\uff0c\u5b69\u5b50\u8ddf\u5979\u5988\u5988\u624d\u5306\u5306\u5fd9\u5fd9\u8d76\u8fc7\u6765\uff0c\u662f\u4e2a7\u5c81\u7684\u7537\u5b69\uff0c\u7626\u7626\u7684\uff0c\u5f88\u673a\u7075\uff0c\u4e0d\u602f\u573a\uff0c\u53cd\u590d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6684"};
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 () {
}
});
});
}