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=5610&classid=7&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: 1743632679,
nonceStr: 'Ctbdxcwx18NHJkIS',
signature: 'b0372fb3935b28976b63336b7bacc1c6df39635f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\uff1a\u5173\u4e8e\u5f00\u5c55\u6539\u5584\u5c31\u533b\u611f\u53d7\u63d0\u5347\u60a3\u8005\u4f53\u9a8c\u4e3b\u9898\u6d3b\u52a8\u7684\u901a\u77e5","smalltext":"\u5173\u4e8e\u5f00\u5c55\u6539\u5584\u5c31\u533b\u611f\u53d7\u63d0\u5347\u60a3\u8005\u4f53\u9a8c\u4e3b\u9898\u6d3b\u52a8\u7684\u901a\u77e5\u56fd\u536b\u533b\u653f\u53d1\ufe5d2023\ufe5e11\u53f7\u5404\u7701\u3001\u81ea\u6cbb\u533a\u3001\u76f4\u8f96\u5e02\u53ca\u65b0\u7586\u751f\u4ea7\u5efa\u8bbe\u5175\u56e2\u536b\u751f\u5065\u5eb7\u59d4\u3001\u4e2d\u533b\u836f\u5c40\uff1a\u4e3a\u5168\u9762\u8d2f\u5f7b\u843d\u5b9e\u515a\u7684\u4e8c\u5341\u5927\u7cbe\u795e\uff0c\u5c06\u5b66\u4e60\u8d2f\u5f7b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=7&id=5610"};
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 () {
}
});
});
}