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=135&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: 1743905862,
nonceStr: 'LQ4zPQhieK4505Zd',
signature: 'a9752f7e2ca01c3087eb05cb5dfd3fbb597522d4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\uff1a\u53cb\u5584\uff0c\u8001\u5e74\u533b\u9662\u6c38\u6052\u7684\u4e3b\u9898","smalltext":"\u5750\u843d\u5728\u9526\u6eaa\u6e56\u7554\u7684\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\uff08\u9526\u6eaa\u4eba\u6c11\u533b\u9662\uff09\u59cb\u5efa\u4e8e1948\u5e74\uff0c2015\u5e74\u589e\u6302\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\u724c\u5b50\uff0c\u662f\u6606\u5c71\u5357\u90e8\u7247\u533a\u7684\u533b\u7597\u4e2d\u5fc3\u3001\u5168\u56fd\u8001\u5e74\u533b\u9662\u8054\u76df\u6210\u5458\u5355\u4f4d\u3001\u6c5f\u82cf\u7701\u533b\u517b\u534f\u4f5c\u8054\u76df\u5e38\u52a1\u7406\u4e8b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=135"};
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 () {
}
});
});
}