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=178&classid=12&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: 1741895381,
nonceStr: '6E3Dh4T0ToeZ4JMn',
signature: 'd2599ff3a7e60956ea1ede0d6d88b10c39314e7f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u9662\u957f\u4f55\u7ecd\u658c","smalltext":"\u4f55\u7ecd\u658c\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u9662\u957f\uff0c\u66fe\u4efb\u6e56\u5317\u7701\u536b\u751f\u8ba1\u751f\u59d4\u533b\u653f\u533b\u7ba1\u5904\u526f\u5904\u957f\u3001\u57fa\u5c42\u536b\u751f\u5904\u548c\u89c4\u5212\u4fe1\u606f\u5904\u5904\u957f\u3002\u6709\u774030\u4f59\u5e74\u4e30\u5bcc\u7ba1\u7406\u7ecf\u9a8c\u7684\u4ed6\uff0c\u5728\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5927\u5200\u9614","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=178"};
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 () {
}
});
});
}