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=4614&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: 1743764885,
nonceStr: 'Y7uVVIOwaeHWfy24',
signature: '3459a6807a729d89935ebf0011b348f14142fc49',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662-\u5916\u79d1\u79d1\u62a4\u58eb\u957f\u8c22\u73b2\u5973","smalltext":" \u8c22\u73b2\u5973\u662f\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662\uff08\u6d59\u6c5f\u7701\u80bf\u7624\u533b\u9662\uff09\uff08\u4ee5\u4e0b\u7b80\u79f0\u56fd\u79d1\u5927\u80bf\u7624\u533b\u9662\uff09\u5916\u79d1\u79d1\u62a4\u58eb\u957f\uff0c\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u4e3b\u4efb\u62a4\u5e08\uff0c\u56fd\u9645\u9020\u53e3\u6cbb\u7597\u5e08\u3002\u4e09\u5341\u4e00\u5e74\u6765\uff0c \u5979\u8ba4\u771f\u8df5\u884c\u533b\u9662\u201c\u4ee5\u5fc3\u4e3a\u706f\uff0c\u62a4\u4f51","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4614"};
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 () {
}
});
});
}