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=2682&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: 1743812782,
nonceStr: 'gIi7RdCm48YgwnsD',
signature: '5ce1885d21bbfcc593c19e97b9445e2d7ad70bf6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u8f85\u52a9\u751f\u6b96\u533b\u5b66\u79d1\uff1a\u70b9\u71c3\u751f\u547d\u66d9\u5149\uff0c\u6253\u9020\u8bd5\u7ba1\u5a74\u513f\u5b9d\u5b9d\u6e29\u6696\u7684\u5bb6","smalltext":"\u4eba\u6587\u7cbe\u795e\u662f\u533b\u9662\u7684\u5e95\u8574\u3001\u7075\u9b42\u548c\u57fa\u77f3\u3002\u5728\u533b\u7597\u6280\u672f\u65e5\u65b0\u6708\u5f02\u7684\u4eca\u5929\uff0c\u5c06\u76ee\u5149\u805a\u7126\u4e8e\u4eba\u6587\uff0c\u5c06\u4eba\u6587\u4e0e\u533b\u7597\u878d\u4e3a\u4e00\u4f53\uff0c\u4fc3\u8fdb\u4eba\u6587\u7cbe\u795e\u5f15\u9886\u53d8\u9769\u4e0e\u53d1\u5c55\u3002\u6253\u9020\u6709\u6e29\u5ea6\u6709\u60c5\u6000\u7684\u79d1\u5ba4\uff0c\u662f\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2682"};
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 () {
}
});
});
}