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=2926&classid=13&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: 1746165848,
nonceStr: 'uHAHml5YLVn1jwHk',
signature: '016d475cedc3909d4cb7a90d5c429fae8c05505d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u79d1\uff1a\u6316\u6398\u4eba\u533b\u6545\u4e8b\uff0c\u5c55\u73b0\u533b\u62a4\u4eba\u5458\u65b0\u5f62\u8c61","smalltext":"\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u79d1\u56e2\u961f\u662f\u4e00\u652f\u5e74\u8f7b\u3001\u6d3b\u529b\u7684\u961f\u4f0d\uff0c\u6211\u4eec\u70ed\u8877\u6539\u53d8\u4e0e\u521b\u65b0\uff0c\u7acb\u5fd7\u5c06\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u6253\u9020\u6210\u6709\u6e29\u5ea6\u3001\u6709\u60c5\u6000\u3001\u8fd8\u6709\u8da3\u7684\u533b\u5ba3\u54c1\u724c\u3002\u8fd1\u5e74\u6765\uff0c\u6211\u4eec\u7740\u529b\u6316\u6398\u4eba\u533b\u6545\u4e8b\uff0c\u5c55\u73b0\u533b\u62a4\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2926"};
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 () {
}
});
});
}