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=6566&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: 1743703420,
nonceStr: 'lnSsWLdwAqhzTxss',
signature: 'ec969ed1076b8cc6e8ae25a095122a9050900d23',
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\u4ee5\u4e09\u5e74\u884c\u52a8\u65b9\u6848\u5b9e\u65bd\u63a8\u8fdb\u533b\u9662\u6587\u5316\u5efa\u8bbe\u5341\u56db\u4e94\u89c4\u5212","smalltext":"\u4e3a\u9002\u5e94\u5730\u533a\u6df1\u5316\u533b\u7597\u6539\u9769\uff0c\u5b9e\u73b0\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u548c\u201c\u5341\u56db\u4e94\u201d\u89c4\u5212\u6587\u5316\u5efa\u8bbe\u603b\u76ee\u6807\uff0c\u533b\u9662\u5236\u5b9a\u6587\u5316\u5efa\u8bbe\u4e09\u5e74\u884c\u52a8\u5b9e\u65bd\u65b9\u6848\uff0c\u547d\u540d\u4e3a\u5f71\u54cd\u529b\u8ba1\u5212\u3002\u4e3b\u8981\u5728\u533b\u9662\u515a\u59d4\u9886\u5bfc\u4e0b\uff0c\u4ece\u7ec4\u7ec7\u67b6\u6784\u3001\u8f7d\u4f53\u5e73\u53f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6566"};
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 () {
}
});
});
}