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=6544&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: 1743914283,
nonceStr: '4amIQiJk1D4l1E1f',
signature: 'dcd46ca3ab68fec7bc85f48bccc5153bd0610003',
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\u591a\u5143\u5316\u4fbf\u6c11\u4e3e\u63aa\u6253\u9020\u9ad8\u8d28\u91cf\u533b\u7597\u670d\u52a1","smalltext":"\u4e3a\u5207\u5b9e\u89e3\u51b3\u4eba\u6c11\u7fa4\u4f17\u770b\u75c5\u5c31\u533b\u6025\u96be\u6101\u76fc\u95ee\u9898\uff0c\u8fd1\u5e74\u6765\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u575a\u6301\u4ee5\u5171\u5efa\u5171\u6cbb\u4e3a\u5e73\u53f0\uff0c\u8fdb\u4e00\u6b65\u4f18\u5316\u533b\u7597\u670d\u52a1\uff0c\u63d0\u5347\u60a3\u8005\u5c31\u533b\u4f53\u9a8c\uff0c\u4e0d\u65ad\u62d3\u5c55\u591a\u5143\u5316\u4fbf\u6c11\u670d\u52a1\u6e20\u9053\uff0c\u52aa\u529b\u89e3\u51b3\u7fa4\u4f17\u770b\u75c5\u5c31\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6544"};
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 () {
}
});
});
}