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=2655&classid=12&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: 1743764539,
nonceStr: 'IfkDXX88UTyJoJNp',
signature: '789dcf7c25ad7d3a024548a4c70d9b2833152156',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\u674e\u7433\uff1a\u70b9\u4eae\u5185\u5fc3\u91cc\u7684\u90a3\u4e00\u675f\u6e29\u6696\u9633\u5149","smalltext":" \u4e94\u5e74\u524d\uff0c\u6211\u4f55\u66fe\u6599\u60f3\uff0c\u4e00\u4e2a\u521d\u5165\u884c\u4e1a\u7684\u4eba\u80fd\u521b\u4f5c\u51fa\u533b\u9662\u9996\u4e2a\u56fd\u5bb6\u7ea7\u5ba3\u4f20\u5956\u9879---\u201c\u5065\u5eb7\u62a52018\u5e74\u5ea6\u54c1\u724c\u4f18\u79c0\u6848\u4f8b\u5956\u201d\uff1b\u5341\u5e74\u524d\uff0c\u6211\u4f55\u66fe\u60f3\u8fc7\uff0c\u66fe\u7ecf\u57cb\u5934\u5728\u6570\u5b57\u548c\u8868\u683c\u4e2d\u7684\u81ea\u5df1\uff0c\u4f1a\u8f6c\u578b\u6210\u4e3a\u533b\u9662\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2655"};
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 () {
}
});
});
}