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=1817&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: 1747168744,
nonceStr: '9b3J8lYisSHngS96',
signature: '238cbef72acc68ad3c3d416972f5b4f46ff5796e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u9996\u6279\u6218\u6597\u5728\u4e00\u7ebf\u7684\u533b\u62a4\u4eba\u5458\u5411\u515a\u7ec4\u7ec7\u9012\u4ea4\u4e86\u7533\u8bf7\u4e66","smalltext":"\u201c\u5728\u8fd9\u6b21\u75ab\u60c5\u9762\u524d\uff0c\u6211\u770b\u5230\u515a\u5458\u4eec\u51b2\u5728\u4e86\u4e00\u7ebf\uff0c\u8ba9\u6211\u611f\u89e6\u5f88\u6df1\u2026\u2026\u4f5c\u4e3a\u4e00\u540d\u9ad8\u5e74\u8d44\u62a4\u58eb\uff0c\u6211\u60f3\u6211\u8981\u548c\u4ed6\u4eec\u4e00\u6837\uff0c\u4e5f\u79ef\u6781\u5411\u515a\u7ec4\u7ec7\u9760\u62e2\uff0c\u5165\u515a\u662f\u6211\u4e00\u76f4\u4ee5\u6765\u7684\u613f\u671b\uff0c\u80fd\u5728\u8fd9\u4e2a\u65f6\u5019\u5411\u515a\u7ec4\u7ec7\u9012\u4ea4\u5165\u515a\u7533","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1817"};
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 () {
}
});
});
}