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=4635&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: 1750095114,
nonceStr: 'gxl14JLBNLIbPmuf',
signature: 'bfe85af08bd4d58aef703c08a563c80f07bd1abc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u94dc\u5ddd\u5e02\u4eba\u6c11\u533b\u9662-\u521b\u65b0\u4eba\u6587\u7406\u5ff5 \u52a9\u63a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u8fd1\u5e74\u6765\uff0c\u94dc\u5ddd\u5e02\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u6309\u7167\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u63d0\u51fa\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u533b\u5b66\u804c\u4e1a\u7cbe\u795e\uff0c\u9ad8\u5ea6\u91cd\u89c6\u60a3\u8005\u5c31\u533b\u4f53\u9a8c\uff0c\u5728\u5927\u529b\u63d0\u5347\u533b\u7597\u8d28\u91cf\u7684\u540c\u65f6\uff0c\u79ef\u6781\u63a8\u8fdb\u4eba\u6587\u73af\u5883","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4635"};
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 () {
}
});
});
}