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=6564&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: 1746129239,
nonceStr: 'jv1eN294c8LSow6l',
signature: '4b67bec68418980bb4e25dfbc19ef0aae12006fc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u52a0\u5f3a\u7ec4\u7ec7\u6587\u5316\u6539\u9769\u521b\u65b0\uff0c\u591a\u63aa\u5e76\u4e3e\u63a8\u52a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u6458\u8981\uff1a\u533b\u9662\u662f\u56fd\u5bb6\u533b\u7597\u670d\u52a1\u4f53\u7cfb\u7684\u4e3b\u4f53\uff0c\u515a\u7684\u5341\u516b\u5927\u4ee5\u6765\uff0c\u533b\u9662\u7684\u6539\u9769\u521b\u65b0\u53d1\u5c55\u53d6\u5f97\u91cd\u5927\u7684\u8fdb\u5c55\uff0c\u5bf9\u4e0d\u65ad\u63d0\u9ad8\u57fa\u5c42\u533b\u7597\u536b\u751f\u670d\u52a1\u6c34\u5e73\u3001\u9632\u6cbb\u65b0\u51a0\u80ba\u708e\u7b49\u91cd\u5927\u75be\u75c5\u3001\u7ef4\u62a4\u4eba\u6c11\u7fa4\u4f17\u751f\u547d\u5b89\u5168\u548c\u8eab\u4f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6564"};
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 () {
}
});
});
}