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=1256&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: 1747167702,
nonceStr: '5AjwtZq86A8bWayu',
signature: '559c4b4c41cba04ade76b8f439882625b4d223b1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u4e16\u754c\u5b89\u5b81\u7597\u62a4\u65e5\u591a\u5b66\u79d1\u8054\u5408\u79d1\u666e\u4e0e\u54a8\u8be2","smalltext":"10\u670812\u65e5\u662f\u4e16\u754c\u7b2c\u5341\u4e94\u4e2a\u5b89\u5b81\u7597\u62a4\u7eaa\u5ff5\u65e5\uff0c\u4e3a\u4e86\u63a8\u5e7f\u5b89\u5b81\u7597\u62a4\u7406\u5ff5\uff0c\u8ba9\u66f4\u591a\u7684\u60a3\u8005\u548c\u5bb6\u5c5e\u4e86\u89e3\u5b89\u5b81\u7597\u62a4\uff0c\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u80bf\u7624\u4e8c\u79d1\u4e0e\u653e\u7597\u79d1\u643a\u624b\u4e3e\u529e\u4e86\u4e16\u754c\u5b89\u5b81\u7597\u62a4\u65e5\u591a\u5b66\u79d1\u8054\u5408\u79d1\u666e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1256"};
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 () {
}
});
});
}