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=4505&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: 1746154173,
nonceStr: 'tbRJelzRrUeqAZ9M',
signature: '013fd39e15bca220459a239a287c6eef6a130b67',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662-\u91cd\u751f","smalltext":"\u5b9c\u5bbe\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u66a8\u5b9c\u5bbe\u5e02\u5eb7\u590d\u533b\u9662\u3001\u5b9c\u5bbe\u5e02\u7cbe\u795e\u536b\u751f\u9632\u6cbb\u4e2d\u5fc3\u3001\u5b9c\u5bbe\u5e02\u4f18\u629a\u533b\u9662\u3002\u7ecf\u8fc760\u4f59\u8f7d\u7684\u7825\u783a\u524d\u884c\uff0c\u5982\u4eca\u5df2\u53d1\u5c55\u6210\u4e3a\u4e00\u5bb6\u533b\u7597\u8bbe\u5907\u5148\u8fdb\u3001\u6280\u672f\u529b\u91cf\u96c4\u539a\u3001\u4e13\u4e1a\u8bbe\u7f6e\u9f50\u5168\uff0c\u96c6\u7efc\u5408","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4505"};
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 () {
}
});
});
}