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=6625&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: 1743703402,
nonceStr: '7FSHIed2Rka6PxxS',
signature: '43dfe09a73524cb43a8909f644cb1e39f65f606b',
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\u7528\u5fc3\u5475\u62a4\uff0c\u7528\u7231\u6cbb\u6108\uff0c\u6c47\u805a\u6e29\u6696","smalltext":"\u636e2024\u5e74\u5168\u56fd\u764c\u75c7\u6570\u636e\u7edf\u8ba1\uff1a\u4e73\u817a\u764c\u53d1\u75c5\u7387\u5728\u5973\u6027\u4e2d\u4ecd\u4f4d\u4e8e\u524d\u5217\uff0c\u4ec5\u6b21\u4e8e\u80ba\u764c\uff0c\u6b7b\u4ea1\u7387\u4f4d\u4e8e\u7b2c\u4e94\uff0c2023\u5e747\u6708\uff0c\u5927\u5bb6\u719f\u77e5\u7684coco\u674e\u739f\u56e0\u6291\u90c1\u75c7\u4e0d\u5e78\u79bb\u4e16\uff0c\u79bb\u4e16\u524d\u534a\u5e74\u4e5f\u88ab\u786e\u8bca\u4e86\u4e73\u817a\u764c\u3002\u4e73\u817a\u764c\u7ed9\u4ed6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6625"};
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 () {
}
});
});
}