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=359&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: 1743764431,
nonceStr: 'R5zjGuxq1vOTVL1f',
signature: '001036801a352cf9600be354d289c3b52c3eb62f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u62a4\u60a3\u60c5\u8c0a\u4e00\u7ebf\u7275 \u624b\u673a\u95ee\u8bca\u66f4\u65b9\u4fbf","smalltext":" \u56db\u5ddd\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u4e92\u8054\u7f51\u533b\u9662\u201c\u4e92\u8054\u7f51+\u62a4\u7406\u201d\u9879\u76ee\u2014\u2014\u201c\u62a4\u7406\u4e13\u5bb6\u5728\u7ebf\u201d\u670d\u52a1\u6b63\u5f0f\u4e0a\u7ebf\u3002\u60a3\u8005\u53ef\u901a\u8fc7\u624b\u673a\u4e0e\u56db\u3007\u56db\u533b\u9662\u62a4\u7406\u4e13\u5bb6\u8fdb\u884c\u7ebf\u4e0a\u6c9f\u901a\uff0c\u4e86\u89e3\u548c\u89e3\u51b3\u6709\u5173\u62a4\u7406\u65b9\u9762\u7684\u9700\u6c42\u3002\r\n \u662f\u8fd1\u5e74\u6765\u56db\u5ddd\u7701\u4e09\u7532\u533b\u9662\u7684\u4e92\u8054\u7f51\u533b\u9662\u5efa\u8bbe\u8fdb\u7a0b\u4e2d\uff0c\u4e00\u6b21\u6027\u79d1\u5ba4\u5f00\u8bbe\u6700\u5168\u3001\u6295\u5165\u62a4\u7406\u4e13\u5bb6\u8d44\u6e90\u6700\u591a\u7684\u201c\u4e92\u8054\u7f51+\u62a4\u7406\u201d\u9879\u76ee\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=359"};
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 () {
}
});
});
}