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=4315&classid=5&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: 1744969532,
nonceStr: '3yw2jHSk1ydL2FXS',
signature: 'e714c1a1397bb6f4f8e8e8a6b8591eeb620ce6d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u9f99\u5c97\u4e2d\u5fc3\u533b\u9662\u5f20\u4f55\u529b\uff1a\u7528\u8eab\u5fc3\u53bb\u611f\u53d7\u4eba\u6587","smalltext":" \u201c\u5b81\u53ef\u67b6\u4e0a\u836f\u751f\u5c18 \u4f46\u613f\u4e16\u95f4\u4eba\u65e0\u75c5\u201d\u533b\u8005\u4ec1\u5fc3\uff0c\u8eab\u4e3a\u533b\u8005\u4eba\u6587\u60c5\u611f\u662f\u5fc5\u4e0d\u53ef\u5c11\u7684\u4e00\u73af\u3002\u6b64\u6b21\u6210\u90fd\u4e4b\u884c\uff0c\u7ed9\u6211\u7684\u5fc3\u7075\u4e16\u754c\u5e26\u6765\u4e86\u6539\u53d8\uff0c\u8ba9\u6211\u771f\u6b63\u7684\u4f53\u4f1a\u5230\uff1a\u201c\u4eba\u6587\u7cbe\u795e\u3002\u201d \u6000\u7740\u66f4\u597d\u8fdb\u5165\u89d2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4315"};
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 () {
}
});
});
}