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=1943&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: 1747146378,
nonceStr: 'tUj9GYJoGkE4SKkB',
signature: '081ea188a14322c18f453e2a2639501942ed25f8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u4ed6\u5e26\u9886\u533b\u9662\u8dd1\u51fa\u4e2d\u533b\u836f\u6218\u75ab\u65b0\u901f\u5ea6","smalltext":"\u75c5\u623f\u67e5\u623f\u3001\u53d1\u70ed\u95e8\u8bca\u65b0\u63a5\u75c5\u4f8b\u6536\u6cbb\u3001\u9694\u79bb\u75c5\u623f\u7591\u4f3c\u75c5\u4f8b\u6392\u67e5\u3001\u8d76\u8d74\u5b9a\u70b9\u533b\u9662\u53c2\u4e0e\u4e13\u5bb6\u4f1a\u8bca......\u8fd9\u662f\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u547c\u5438\u79d1\u4e3b\u4efb\u5218\u521a\u6700\u8fd1\u7684\u65e5\u5e38\uff0c\u5728\u5168\u529b\u4ee5\u8d74\u6253\u597d\u75ab\u60c5\u963b\u51fb\u6218\u5f79\u4e2d\uff0c\u4ed6\u7528\u8eab\u4f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1943"};
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 () {
}
});
});
}