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=114&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: 1746164280,
nonceStr: 'Q88wvQnCIce874Ey',
signature: 'df1307de80c4dd35c71b8a83f9cffb4c614cb7b1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u82cf\u7701\u4eba\u6c11\u533b\u9662\uff1a\u8fd0\u7528PDCA\u5faa\u73af\u6cd5\u6784\u5efa\u533b\u9662\u878d\u5a92\u4f53\u5e73\u53f0","smalltext":"\u4e00\u3001\u6848\u4f8b\u80cc\u666f\u65b0\u5a92\u4f53\u65f6\u4ee3\u7684\u5230\u6765\u5728\u5bf9\u5927\u4f17\u5a92\u4ecb\u53d1\u751f\u5de8\u5927\u6539\u53d8\u7684\u540c\u65f6\uff0c\u5bf9\u533b\u9662\u54c1\u724c\u5efa\u8bbe\u4e5f\u65e5\u76ca\u4ea7\u751f\u6df1\u523b\u7684\u5f71\u54cd\u3002\u5728\u5f53\u524d\u201c\u4e92\u8054\u7f51+\u201d\u7684\u65b0\u80cc\u666f\u4e0b\uff0c\u8d8a\u6765\u8d8a\u591a\u7684\u533b\u9662\u6587\u5316\u54c1\u724c\u5efa\u8bbe\u5df2\u7ecf\u8df3\u51fa\u4e86\u4f20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=114"};
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 () {
}
});
});
}