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=4823&classid=10&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: 1743764495,
nonceStr: 'e74gGtpyaMxaCjJK',
signature: '297c3361bdeb2195f5c2ed5ac297c3b33844bc2a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662-\u533b\u4f60\u6240\u6025\uff0c\u62a4\u4f60\u5065\u5eb7\uff0c\u8bf7\u6536\u4e0b\u8fd9\u4efd\u627f\u8bfa","smalltext":"2021\u5e745\u6708\u7684\u4e00\u5929\uff0c\u4e00\u4efd\u7279\u6b8a\u7684\u627f\u8bfa\u4e66\u5728\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u6025\u8bca\u75c5\u623f\u91cc\u6084\u7136\u7b7e\u8ba2\uff0c\u201c\u6025\u8bca\u5185\u79d1\u5168\u4f53\u533b\u62a4\u4eba\u5458\u505a\u51fa\u5982\u4e0b\u627f\u8bfa\uff1a\u51e1\u6709\u9700\u8981\uff0c\u6211\u4eec\u5c06\u65e0\u79c1\u7684\u63d0\u4f9b\u7231\u5fc3\u63f4\u52a9\uff0c\u642d\u5efa\u5c31\u533b\u7eff\u8272\u901a\u9053\uff0c\u63d0\u4f9b\u5065\u5eb7\u54a8\u8be2\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4823"};
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 () {
}
});
});
}