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=6499&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: 1743703479,
nonceStr: 'LT0IBOcd47RLzMm8',
signature: '9c889c0210e8cbf2dff7a1204b60245a7cc02878',
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\u53d9\u4e8b\u533b\u5b66\u5728\u533b\u9662\u4eba\u6587\u7ba1\u7406\u7684\u5b9e\u8df5\u4e0e\u601d\u8003","smalltext":"\u6458\u8981\uff1a\u672c\u6587\u65e8\u5728\u6df1\u5165\u63a2\u8ba8\u53d9\u4e8b\u533b\u5b66\u4e0e\u533b\u9662\u4eba\u6587\u7ba1\u7406\u4e4b\u95f4\u7684\u5bc6\u5207\u8054\u7cfb\uff0c\u901a\u8fc7\u5bf9\u5b9e\u8df5\u6848\u4f8b\u548c\u7ecf\u9a8c\u505a\u6cd5\u7684\u5206\u6790\uff0c\u65e8\u5728\u4e3a\u533b\u7597\u536b\u751f\u673a\u6784\u63d0\u4f9b\u66f4\u6df1\u5c42\u6b21\u7684\u4eba\u6587\u5173\u6000\u65b9\u6848\u3002\u53d9\u4e8b\u533b\u5b66\u4f5c\u4e3a\u4e00\u95e8\u80fd\u591f\u629a\u6170\u5fc3\u7075","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6499"};
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 () {
}
});
});
}