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=2339&classid=4&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: 1743632791,
nonceStr: 'J9eBMYsQwnci4Xw9',
signature: 'ea8390b1bb1307fe933431b6abe2ad46a2c48bd4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5065\u5eb7\u62a5\u80e1\u5fb7\u8363\uff1a\u201c\u75ab\u201d\u6d77\u62fe\u8d1d\uff0c\u5168\u56fd\u5404\u7701\u5e02\u63f4\u9102\u533b\u7597\u961f\u5458\u201c\u65e5\u8bb0\u201d\u7cbe\u9009","smalltext":"\u5b85\u5728\u5bb6\u91cc\u8fd9\u4e9b\u5929\u6765\uff0c\u51e0\u4e4e\u6bcf\u5929\u90fd\u8981\u5728\u624b\u673a\u5fae\u4fe1\u5e73\u53f0\u548c\u670b\u53cb\u5708\u6d4f\u89c8\u4eb2\u4eec\u53d1\u6765\u7684\u51e0\u4e07\u5b57\u6297\u51fb\u75ab\u60c5\u62a5\u9053\uff0c\u7279\u522b\u662f\u9605\u8bfb\u9006\u884c\u800c\u4e0a\u53d1\u81ea\u6e56\u5317\u6b66\u6c49\u524d\u7ebf\u533b\u7597\u961f\u5458\u7684\u201c\u65e5\u8bb0\u201d\uff0c\u90a3\u4e9b\u611f\u4eba\u80ba\u8151\u7684\u7bc7\u7ae0\u548c\u52a8\u4eba\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=2339"};
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 () {
}
});
});
}