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=4817&classid=11&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: 1749193241,
nonceStr: 'e0yx30QlnCrScI7l',
signature: 'c526a1e25892d465eb8b88cfe9a8f83103d41557',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u773c\u89c6\u5149\u773c\u79d1\u533b\u9662-\u56db\u5ddd\u8d2b\u56f0\u5c71\u533a\u6559\u5e08\u6765\u6c49\u201c\u514d\u8d39\u6458\u955c\u201d \u6700\u5927\u613f\u671b\u662f\u201c\u518d\u6b21\u770b\u6e05\u5b69\u5b50\u4eec\u7684\u7b11\u8138","smalltext":"\u4ed6\uff0c\u662f\u56db\u5ddd\u5927\u51c9\u5c71\u5c71\u533a\u7684\u4e00\u540d\u6c49\u65cf\u8001\u5e08\uff0c\u81ea2004\u5e74\u53c2\u52a0\u5de5\u4f5c\u8d77\uff0c\u5df2\u7ecf\u4ece\u4e8b\u6559\u5b66\u5de5\u4f5c17\u5e74\u2026\u2026\u66fe\u7ecf\u5728\u5927\u51c9\u5c71\u6700\u8d2b\u56f0\u7684\u5c71\u6751\u5c0f\u5b66\u4e94\u6751\u5c0f\u5b66\u575a\u5b88\u4e866\u5e74\uff0c\u6700\u521d\u76842\u5e74\u90fd\u7528\u4e0d\u4e0a\u7535\u3001\u5404\u79cd\u4e0d\u65b9\u4fbf\uff0c\u4f46\u90a3\u4e9b\u70ed\u60c5","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4817"};
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 () {
}
});
});
}