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=1543&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: 1747191374,
nonceStr: 'gIKRjHkLytjKAVpX',
signature: '8d7dde3103f0d2462ea65d56aed885aca5e5ae2c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662:\u4ea7\u5987\u51fa\u8840\u8fd15000\u6beb\u5347\uff0c\u5949\u4e2d\u5fc3\u63f4\u6ec7\u533b\u7597\u961f4\u5c0f\u65f6\u751f\u6b7b\u65f6\u901f\u62a2\u6551\u8f6c\u5371\u4e3a\u5b89","smalltext":"12\u67083\u65e5\uff0c\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u7b2c\u516b\u6279\u63f4\u6ec7\u533b\u7597\u961f\u6b63\u5f0f\u5165\u9a7b\u6f9c\u6ca7\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5de5\u4f5c\u7684\u7b2c\u4e8c\u5929\uff0c\u4e94\u540d\u961f\u5458\u6b63\u6162\u6162\u719f\u6089\u7740\u65b0\u7684\u5de5\u4f5c\u73af\u5883\uff0c\u4e00\u5207\u4f3c\u4e4e\u90fd\u5728\u6309\u90e8\u5c31\u73ed\u5730\u8fdb\u884c\u3002\u7136\u800c\uff0c\u4e00\u573a\u9669\u8c61\u73af\u751f\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1543"};
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 () {
}
});
});
}