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=1215&classid=5&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: 1747145645,
nonceStr: 'xY4ieQDUujF1EV5e',
signature: '6c562e89288342c45fbf9370bef31d45ccd9aee9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u533b\u5b66\u9662\u9644\u5c5e\u548c\u6d4e\u533b\u9662\uff1a\u533b\u62a4\u7248\u300a\u6211\u4eec\u4e0d\u4e00\u6837\u300b\u732e\u793c\u7956\u56fd70\u534e\u8bde","smalltext":"\u8fd1\u65e5\uff0c\u7531\u957f\u533b\u9644\u5c5e\u548c\u6d4e\u533b\u9662\u624b\u672f\u5ba4\u3001\u9ebb\u9189\u79d1\u7684\u533b\u52a1\u5de5\u4f5c\u8005\u7b56\u5212\u3001\u521b\u4f5c\u3001\u6f14\u5531\u7684\u533b\u62a4\u7248\u300a\u6211\u4eec\u4e0d\u4e00\u6837\u300b\u70ed\u4f20\u670b\u53cb\u5708\u3002\u7528\u6700\u6df1\u60c5\u7684\u6f14\u5531\uff0c\u8bb2\u8ff0\u4e00\u4efd\u4e0d\u5e73\u51e1\u7684\u5de5\u4f5c\uff0c\u5c55\u73b0\u65b0\u65f6\u4ee3\u533b\u62a4\u5de5\u4f5c\u8005\u7684\u98ce\u91c7\uff0c\u732e\u793c\u7956\u56fd70\u534e\u8bde\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1215"};
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 () {
}
});
});
}