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=180&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: 1744323962,
nonceStr: 'IIlTDoNI5pJgdNRQ',
signature: 'ee1d89538a8d01c1ce334ff249fa035b1d934898',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u5c0f\u4e11\u533b\u751f","smalltext":"\u201c\u5c0f\u4e11\u533b\u751f\u201d\u8fd9\u4e2a\u540d\u8bcd\u5728\u6211\u56fd\u7a0d\u663e\u964c\u751f\uff0c\u4f46\u5728\u4e16\u754c\u5176\u4ed6\u56fd\u5bb6\u5df2\u670930\u591a\u5e74\u53d1\u5c55\u5386\u53f2\uff0c\u5728\u4ee5\u8272\u5217\u3001\u6fb3\u5927\u5229\u4e9a\u3001\u7f8e\u56fd\u3001\u52a0\u62ff\u5927\u4ee5\u53ca\u6b27\u6d32\u5df2\u662f\u4e00\u4e2a\u4e25\u8083\u4e14\u4e13\u4e1a\u7684\u804c\u4e1a\uff0c\u63d0\u4f9b\u5c0f\u4e11\u533b\u7597\u670d\u52a1\u7684\u4ece\u4e1a\u4eba\u5458\u88ab","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=180"};
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 () {
}
});
});
}