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=3999&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: 1745056761,
nonceStr: 'CXIJiAodnBMHsdUY',
signature: '5cc863a79bca0c482ca9878a5badc4ebe028e4f6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u4ece\u201c\u5bfc\u533b\u966a\u4f34\u201d\u5230\u201c\u7cbe\u7ec6\u670d\u52a1\u201d","smalltext":"\u4e3a\u4e86\u63d0\u5347\u6574\u4f53\u670d\u52a1\u8d28\u91cf\uff0c\u534e\u897f\u533b\u9662\u5065\u5eb7\u7ba1\u7406\u4e2d\u5fc3\u4ece\u670d\u52a1\u54c1\u8d28\u8981\u6c42\u6700\u9ad8\u7684VIP\u670d\u52a1\u5165\u624b\u8fdb\u884c\u6539\u9769\uff0c\u5c06\u8fc7\u53bb\u7684\u201c\u5bfc\u533b\u966a\u4f34\u201d\u8f6c\u53d8\u4e3a\u73b0\u5728\u7684\u201c\u7cbe\u7ec6\u670d\u52a1\u201d\uff0c\u5e76\u4ece2019\u5e747\u67081\u65e5\u8d77\u5f00\u59cb\u5b9e\u65bd\u65b0\u7684\u5de5\u4f5c\u6a21\u5f0f\uff0c\u529b\u4e89\u901a\u8fc7\u5bf9\u9ad8\u6c34\u5e73\u670d\u52a1\u6a21\u5f0f\u7684\u6539\u8fdb\uff0c\u5f15\u9886\u5065\u5eb7\u7ba1\u7406\u4e2d\u5fc3\u670d\u52a1\u6c34\u5e73\u7684\u6574\u4f53\u63d0\u5347\u3002\r\n\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3999"};
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 () {
}
});
});
}