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=6484&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: 1743764934,
nonceStr: '7ywEIroBQnVInrSf',
signature: '85a80e0ad9d0cbeb4d8f90f5da70470142934614',
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\u9762\u5177\u4e0b\u7684\u7b11\u5bb9","smalltext":" \u4eca\u65e503\u7ec4\u60a3\u513f\uff0c\u7537\uff0c3\u5c81\u534a\uff0c\u8bca\u65ad\uff1a\u5148\u5929\u6027\u5fc3\u810f\u75c5\u3002\u521a\u5230\u624b\u672f\u5ba4\u95e8\u53e3\u7684\u65f6\u5019\uff0c\u533b\u62a4\u4eba\u5458\u4e0e\u4ed6\u6838\u5bf9\u4fe1\u606f\u7684\u65f6\u5019\uff0c\u4ed6\u8fd8\u5f88\u914d\u5408\u7684\u3002\u5f53\u4e8c\u7ebf\u9ebb\u9189\u82b3\u82b3\u8be2\u95ee\uff1a\u201c03\u7ec4\u9ebb\u9189\u673a\u68c0\u67e5\u597d\u4e86\u5417\uff1f\u6ef4\u9f3b\u7684\u836f\u62bd\u597d\u4e86\u5417\uff1f\u73a9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6484"};
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 () {
}
});
});
}