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=6600&classid=14&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: 1743922455,
nonceStr: 'ht6ZjQUCct4WtxzH',
signature: 'fb22e69c7b6f35e776d07a7b993eae6e1c8621c1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5929\u9ad8\u70df\u6c34\u5bd2\uff0c\u98ce\u5b9a\u9732\u534e\u6e05","smalltext":"\u201c\u4eba\u201d\u5b57\u6709\u4e24\u7b14\uff0c\u4e00\u6487\u4ee5\u6267\u7740\u5f00\u7bc7\u5165\u4eba\u751f\uff0c\u4e00\u637a\u4ee5\u91ca\u6000\u7ed3\u5c3e\u6210\u6545\u4e8b\u3002\u5728\u8fd9\u79cb\u65e5\u8584\u66ae\u4e4b\u95f4\u7684\u533b\u9662\u91cc\uff0c\u6e17\u5165\u7684\u8427\u745f\uff0c\u4e0d\u514d\u5c06\u60c5\u7eea\u62bd\u51fa\u4e1d\u4e1d\u6101\u610f\uff0c\u7f16\u7ec7\u51fa\u9662\u843d\u91cc\u767e\u6001\u4eba\u751f\u3002\u75be\u75c5\u672c\u8eab\u5c31\u662f\u5bf9\u751f\u547d\u7684\u4e00\u79cd\u4fb5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6600"};
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 () {
}
});
});
}