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=245&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: 1746292322,
nonceStr: 'V17P9OLn9sF5nXRA',
signature: '98400312b4b213f2eed1c515853d18b66be45c76',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u7701\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u4ee5\u5065\u5eb7\u6559\u80b2\u4e3a\u57fa\u77f3\u5f00\u5c55\u4eba\u6587\u533b\u9662\u5efa\u8bbe","smalltext":"\u5728\u6c34\u6d52\u6253\u864e\u82f1\u96c4\u6b66\u677e\u7684\u6545\u4e61\u6e05\u6cb3\uff0c\u6709\u4e00\u5bb6\u5efa\u9662\u4e8c\u5341\u516d\u5e74\u7684\u4e8c\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\u2014\u2014\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u3002\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u524d\u8eab\u662f\u5f53\u5730\u7684\u8ba1\u5212\u751f\u80b2\u670d\u52a1\u7ad9\uff0c\u4e5f\u662f\u5168\u56fd\u7b2c\u4e00\u4e2a\u201c\u5403\u8783\u87f9\u201d\u5bf9\u56db\u672f\u670d\u52a1\u7ad9","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=245"};
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 () {
}
});
});
}