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=6461&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: 1743764935,
nonceStr: 'O22ouj2iWZnUdyo1',
signature: '9f8707fd6f0fc6b696f158c5168ddd915af47be9',
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\u6e58\u96c5\u4e09\u533b\u9662\u65b0\u6e58\u96c5\u79d1\u5ba4\u6587\u5316\u5efa\u8bbe\u5927\u8d5b","smalltext":"\u52a0\u5f3a\u533b\u9662\u6587\u5316\u5efa\u8bbe\uff0c\u662f\u63a8\u52a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u5fc5\u7136\u8981\u6c42\u3002\u79d1\u5ba4\u6587\u5316\u662f\u533b\u9662\u6587\u5316\u7684\u57fa\u7840\uff0c\u66f4\u662f\u79d1\u5ba4\u53d1\u5c55\u7684\u7cbe\u795e\u6e90\u6cc9\u548c\u4e0d\u7aed\u52a8\u529b\u3002\u4e3a\u8fdb\u4e00\u6b65\u52a0\u5f3a\u515a\u5efa\u5f15\u9886\u4e0b\u7684\u533b\u9662\u79d1\u5ba4\u6587\u5316\u5efa\u8bbe\uff0c\u63d0\u5347\u6587\u5316\u8f6f\u5b9e\u529b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6461"};
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 () {
}
});
});
}