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=6531&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: 1743652620,
nonceStr: 'rqN5FviiBrWIYENe',
signature: 'd5f5f8086ddae637929038c710178d0d31b3ac2f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5fc3\u5185\u79d1\u7684\u4eba\u6587\u5173\u6000\u4f53\u73b0\u53ca\u611f\u609f","smalltext":"\u8fd1\u5e74\u6765\u968f\u7740\u533b\u5b66\u7684\u53d1\u5c55,\u533b\u5b66\u6a21\u5f0f\u7531\u751f\u7269\u533b\u5b66\u6a21\u5f0f\u8f6c\u53d8\u4e3a\u751f\u7269\u4e00\u5fc3\u7406\u4e00\u793e\u4f1a\u533b\u5b66\u6a21\u5f0f\uff0c\u62a4\u7406\u4eba\u5458\u867d\u7136\u4e0e\u60a3\u8005\u6253\u4ea4\u9053\u8f83\u591a,\u771f\u6b63\u610f\u4e49\u4e0a\u7684\u4eba\u6587\u5173\u6000,\u5c24\u5176\u662f\u53d1\u81ea\u5185\u5fc3\u7684\u52a8\u529b\u53bb\u5173\u5fc3\u75c5\u4eba\u786e\u5f88\u5c11,","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6531"};
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 () {
}
});
});
}