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=4957&classid=10&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: 1743703345,
nonceStr: '2LV4MqTcRgK2UxiA',
signature: 'bc39d2373a383b6af6da41791b8ae60cafe78f9e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662-\u6709\u6e29\u5ea6\u7684\u62a4\u7406\u961f\u4f0d","smalltext":"\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u4e3a\u6307\u5bfc\uff0c\u6df1\u5165\u8d2f\u5f7b\u5b9e\u65bd\u5065\u5eb7\u4e2d\u56fd\u6218\u7565\uff0c\u4ee5\u4eba\u6c11\u5065\u5eb7\u4e3a\u4e2d\u5fc3\uff0c\u4ee5\u793e\u4f1a\u9700\u6c42\u4e3a\u5bfc\u5411\uff0c\u901a\u8fc7\u5065\u5168\u5b8c\u5584\u62a4\u7406\u670d\u52a1\u4f53\u7cfb\uff0c\u52a0\u5f3a\u62a4\u7406\u4eba\u5458\u57f9\u517b\u548c\u961f\u4f0d\u5efa\u8bbe\uff0c\u521b\u65b0\u62a4\u7406\u670d\u52a1\u6a21","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4957"};
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 () {
}
});
});
}