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=6587&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: 1743703340,
nonceStr: 'W07YhtiWkOy4VQsk',
signature: 'b6b4650e5fd043dd529e9ea0c80e723b56862b18',
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\u4fe1\u5ff5","smalltext":"\u6e05\u6668\uff0c\u4e00\u4f4d\u6ee1\u5934\u94f6\u53d1\u7684\u8001\u4eba\u5750\u5728\u8f6e\u6905\u4e0a\uff0c\u5728\u5bb6\u5c5e\u7684\u966a\u540c\u4e0b\u6765\u5230\u4e86\u62a4\u58eb\u7ad9\u3002\u201c\u8bf7\u95ee\uff0c\u662f\u5728\u8fd9\u91cc\u529e\u7406\u5165\u9662\u624b\u7eed\u5417\uff1f\u201d\u8001\u4eba\u8bf4\u3002\u6211\u8fde\u5fd9\u63a5\u8fc7\u4f4f\u9662\u8bc1\uff1a\u201c\u662f\u7684\uff0c\u5f20\u7237\u7237\uff0c\u9a6c\u4e0a\u7ed9\u60a8\u529e\u7406\u4f4f\u9662\u201d\u3002\u6b64\u65f6\uff0c\u6211\u6ce8\u610f\u5230\u8f6e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6587"};
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 () {
}
});
});
}