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=360&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: 1743764389,
nonceStr: 'MAbhkMh9QFPtRpWJ',
signature: '17824ab85640c57255c3b60d39c7d93a00e8b24d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u63d0\u9ad8\u60a3\u8005\u5c31\u533b\u4f53\u9a8c \u8d70\u51fa\u201c\u5fc3\u201d\u8def\u5b50","smalltext":"\u5728\u533b\u60a3\u5173\u7cfb\u65e5\u76ca\u53d7\u5230\u5173\u6ce8\u7684\u5f53\u4e0b\uff0c\u8981\u8ba9\u201c\u60a3\u8005\u6ee1\u610f\u201d\u5e76\u975e\u6613\u4e8b\uff0c\u66f4\u4e0d\u80fd\u201c\u7eb8\u4e0a\u8c08\u5175\u201d\uff0c\u9700\u8981\u5b9e\u5b9e\u5728\u5728\u7684\u8df5\u884c\u548c\u63d0\u5347\uff0c\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u4ee5\u575a\u5b9a\u7684\u7406\u60f3\u4fe1\u5ff5\u548c\u4ef7\u503c\u8ffd\u6c42\uff0c\u5728\u589e\u5f3a\u4eba\u6c11\u7fa4\u4f17\u60a3\u8005\u83b7\u5f97\u611f\u548c\u5e78\u798f\u4e0a\uff0c\u8d70\u51fa\u4e86\u81ea\u5df1\u7684\u201c\u5fc3\u201d\u8def\u5b50\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=360"};
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 () {
}
});
});
}