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=150&classid=12&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: 1746135025,
nonceStr: 'UU45hTU6TDyiNLju',
signature: 'b2bdf9fc3681eade4303b776c46d5a2b4fe45f86',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u5e02\u4e2d\u5fc3\u533b\u9662\u9662\u957f\u864e\u5a01","smalltext":"\u4ed6\u662f\u804c\u5de5\u773c\u91cc\u6562\u4e8e\u62c5\u5f53\u3001\u5bcc\u6709\u4eb2\u548c\u529b\u7684\u9886\u5bfc\uff0c\u662f\u60a3\u8005\u773c\u4e2d\u771f\u6b63\u5173\u5fc3\u4ed6\u4eec\u75be\u82e6\u7684\u4eb2\u4eba\u3002\u89c1\u8fc7\u864e\u5a01\u9662\u957f\u7684\u4eba\u90fd\u8bf4\uff0c\u4ed6\u7ed9\u4eba\u7684\u611f\u89c9\u6e29\u548c\u3001\u5112\u96c5\u3001\u5982\u6c90\u6625\u98ce\u3002\u81ea1987\u5e74\u4ece\u533b\u5b66\u9662\u6bd5\u4e1a\u540e\uff0c\u864e\u5a01\u4ece\u4e00\u540d\u57fa","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=150"};
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 () {
}
});
});
}