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=2197&classid=5&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: 1749418283,
nonceStr: 'uq2TNUzHdlj3Uk9x',
signature: 'd3ddf46d7da3d9dceb9f46d5d046fa2ee14ede23',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u8c22\u8c22\u4f60\uff0c\u6ca1\u6709\u8ba9\u6211\u4eec\u5b64\u519b\u594b\u6218","smalltext":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff0c\u4f5c\u4e3a\u672c\u5e02\u552f\u4e00\u4e00\u5bb6\u4e09\u7532\u533b\u9662\uff0c\u5728\u8fd9\u573a\u6297\u51fb\u75ab\u60c5\u7684\u6218\u4e89\u91cc\uff0c\u5f53\u4ec1\u4e0d\u8ba9\uff0c\u5148\u540e\u6d3e\u51fa41\u540d\u79d1\u5ba4\u4e3b\u4efb\u3001\u62a4\u58eb\u957f\u53ca\u7ecf\u9a8c\u4e30\u5bcc\u7684\u6025\u5371\u91cd\u75c7\u4e13\u4e1a\u6280\u672f\u9aa8\u5e72\uff0c\u5954\u8d74\u5e02\u4f20\u67d3\u75c5\u533b\u9662\uff0c\u7ec4\u5efa\u75c5\u533a\uff0c\u627f\u62c5\u4e3b\u8981","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2197"};
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 () {
}
});
});
}