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=4797&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: 1746165641,
nonceStr: '3xYiwoIDLU8KtArA',
signature: '61eeb9a37c7bbe021f44b702afe05aaa0b438655',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u201c\u5c0f\u4e11\u533b\u751f\u201d\u5fd7\u613f\u8005\u56e2\u961f\u4ee5\u201c\u7231\u4e0e\u5e7d\u9ed8\u201d\u62b5\u5fa1\u75c5\u75db\u3001\u91ca\u653e\u7126\u8651","smalltext":"2021\u5e744\u67086\u65e5\u4e00\u5927\u65e9\uff0c20\u591a\u4e2a\u7a7f\u7740\u5c0f\u4e11\u670d\u88c5\uff0c\u5934\u6234\u5404\u8272\u9c9c\u8273\u5938\u5f20\u5934\u9970\uff0c\u624b\u62ff\u9c9c\u82b1\u3001\u795d\u798f\u5361\u7247\u548c\u79d1\u666e\u5ba3\u4f20\u9875\u7684\u533b\u52a1\u5de5\u4f5c\u8005\u4eec\u8d70\u8fdb\u533b\u9662\u4ea7\u79d1\u533b\u751f\u529e\u516c\u5ba4\uff0c\u4e3a\u6b63\u5728\u5fd9\u788c\u7684\u533b\u62a4\u4eba\u5458\u9001\u6765\u9c9c\u82b1\u548c\u95ee\u5019\uff0c\u968f\u540e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4797"};
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 () {
}
});
});
}