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=2768&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: 1743816572,
nonceStr: 'qgC6NPyY3qy6AeyV',
signature: '40101a1de1e1a452968685f2c254fd203ffee9cd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u672f\u524d\u966a\u4f34\uff0c\u4e0d\u4e00\u6837\u7684\u624b\u672f\u4f53\u9a8c","smalltext":"\u63d0\u5230\u201c\u624b\u672f\u201d\uff0c\u96be\u514d\u4e0e\u201c\u7d27\u5f20\u3001\u7126\u8651\u3001\u6050\u60e7\u3001\u5e94\u6fc0\u201d\u7b49\u60c5\u7eea\u5173\u8054\u3002\u624b\u672f\uff0c\u4f5c\u4e3a\u4e00\u79cd\u521b\u4f24\u6027\u6cbb\u7597\u624b\u6bb5\uff0c\u662f\u4e00\u79cd\u5f3a\u70c8\u7684\u8eaf\u4f53\u6027\u5e94\u6fc0\u6e90\uff0c\u5e38\u5bfc\u81f4\u75c5\u4eba\u4ea7\u751f\u4e0d\u540c\u7a0b\u5ea6\u7684\u5fc3\u7406\u5e94\u6fc0\u53cd\u5e94,\u5f15\u8d77\u672f\u524d\u5931\u7720\u3001\u98df","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2768"};
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 () {
}
});
});
}