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=1899&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: 1747146557,
nonceStr: 'dHmwmzdsvA5xkpgH',
signature: 'eb37f90b7020f3e14fdb2f738fadc416e071db73',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u9632\u63a7\u75ab\u60c5 \u63a8\u51fa\u201c\u5168\u5b66\u79d1\u201d\u5728\u7ebf\u54a8\u8be2\u670d\u52a1","smalltext":"\u201c\u533b\u751f\uff0c\u6211\u6700\u8fd1\u54b3\u55fd\u3001\u5589\u5499\u75bc\u7684\u5389\u5bb3\uff0c\u662f\u4e0d\u662f\u611f\u67d3\u65b0\u51a0\u75c5\u6bd2\u4e86\u201d\uff1f\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u8033\u9f3b\u5589\u79d1\u4e3b\u4efb\u5b8b\u5347\u6865\u7ecf\u5e38\u8981\u5728\u7ebf\u4e0a\u56de\u590d\u6b64\u7c7b\u95ee\u9898\u3002\u4ed6\u63d0\u5230\uff0c\u4e00\u90e8\u5206\u60a3\u8005\u56e0\u4e3a\u53d7\u5230\u75ab\u60c5\u7684\u5f71\u54cd\uff0c\u4f1a\u53d8\u5f97\u6bd4\u8f83\u654f\u611f\uff0c\u5e38","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1899"};
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 () {
}
});
});
}