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=3940&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: 1745108889,
nonceStr: 'cXLfLWT0TeLCsDgY',
signature: 'f0b15ef449fc810a3c0969c198d514595130619e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u4e3a\u6cbb\u201c\u5fc3\u75c5\u201d\uff0c\u8fd9\u5bb6\u533b\u9662\u7684\u533b\u62a4\u7ed9\u91cd\u75c7\u76d1\u62a4\u75c5\u623f\u7684\u60a3\u8005\u4f17\u7b79\u624b\u673a","smalltext":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u70e7\u4f24\u91cd\u75c7\u76d1\u62a4\u5ba4\u5185\uff0c\u54cd\u8d77\u4e86\u4e00\u9635\u89c6\u9891\u7535\u8bdd\u94c3\u58f0\uff0c\u6ca1\u4e00\u4f1a\uff0c\u624b\u673a\u5bf9\u9762\u7684\u4eba\u5c31\u63a5\u8d77\u4e86\u7535\u8bdd\uff0c\u89c6\u9891\u90a3\u5934\u662f\u8bb8\u5148\u751f\u7684\u59d0\u59d0\uff0c\u89c6\u9891\u8fd9\u5934\u662f\u8eba\u5728\u76d1\u62a4\u75c5\u623f\u7684\u8bb8\u5148\u751f\u3002\u8bb8\u5148\u751f\u7684\u59d0\u59d0\u5728\u89c6\u9891\u91cc\u544a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3940"};
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 () {
}
});
});
}