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=121&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: 1743764484,
nonceStr: 'nungQHIVGtYm28fe',
signature: 'f8af96bdaef910a374f9f65fe757a82f219c582b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u9633\u5149\u878d\u548c\u533b\u9662\uff1a\u6253\u9020\u6700\u503c\u5f97\u4fe1\u8d56\u7684\u533b\u9662","smalltext":"\u533b\u5b66\u4f5c\u4e3a\u76f4\u63a5\u9762\u5bf9\u4eba\u7684\u79d1\u5b66\uff0c\u6bd4\u5176\u5b83\u79d1\u5b66\u66f4\u5f3a\u8c03\u4eba\u6587\u5173\u6000\uff0c\u4eba\u6587\u533b\u5b66\u7684\u53d1\u5c55\u662f\u73b0\u4ee3\u533b\u5b66\u4e0d\u53ef\u6216\u7f3a\u7684\u90e8\u5206\uff0c\u4e5f\u662f\u5b9e\u73b0\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u6218\u7565\u7684\u5fc5\u7136\u8981\u6c42\u3002\u9633\u5149\u878d\u548c\u533b\u9662\u4f5c\u4e3a\u56fd\u5bb6\u533b\u6539\u65b0\u5f62\u52bf\u4e0b\uff0c\u7ecf\u4e2d\u56fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=121"};
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 () {
}
});
});
}