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=6598&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: 1730420426,
nonceStr: 'E0K3v55WS8S9HECO',
signature: 'ed975cfc4f485a19959326b05ae4dd76f88dec10',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6d45\u8c08\u533b\u9662\u4eba\u6587\u7406\u5ff5\u6587\u5316\u8ba4\u540c\u7684\u57f9\u80b2\u63aa\u65bd","smalltext":"\u3010\u6458\u8981\u3011\u533b\u9662\u4eba\u6587\u7406\u5ff5\u662f\u6307\u533b\u9662\u4ee5\u60a3\u8005\u9700\u6c42\u81f3\u4e0a\u4e3a\u6838\u5fc3\u4ef7\u503c\u7406\u5ff5\uff0c\u4ee5\u60a3\u8005\u4e0e\u533b\u52a1\u4eba\u5458\u4e3a\u53cc\u4e3b\u4f53\uff0c\u4ee5\u4eba\u6587\u7cbe\u795e\u4e3a\u5176\u6307\u5bfc\u601d\u60f3\uff0c\u4ee5\u4eba\u6587\u5173\u6000\u4e3a\u57fa\u672c\u624b\u6bb5\uff0c\u901a\u8fc7\u6253\u9020\u201c\u4ee5\u4eba\u4e3a\u672c\u201d\u7684\u4eba\u6587\u73af\u5883\uff0c\u5bf9\u9662\u5185\u533b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6598"};
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 () {
}
});
});
}