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=2420&classid=10&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: 1743764881,
nonceStr: '2bF2TQfMdB7kG86J',
signature: '0215bf1beb4d318705b739cb37be7c04a086a5c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e94\u5fc3\u7acb\u9662\u5f3a\u5f15\u9886 \u7b51\u7262\u6839\u57fa\u4fc3\u53d1\u5c55","smalltext":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u59cb\u5efa\u4e8e1949\u5e74\uff0c\u662f\u961c\u65b0\u5e02\u6210\u7acb\u7684\u9996\u5bb6\u516c\u7acb\u533b\u9662\uff0c\u662f\u96c6\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001\u5eb7\u590d\u4e3a\u4e00\u4f53\u7684\u5927\u578b\u4e09\u7ea7\u7532\u7b49\u533b\u9662\uff0c\u5171\u5f00\u8bbe27\u4e2a\u533b\u7597\u4e13\u4e1a\uff0c\u662f\u9526\u5dde\u533b\u79d1\u5927\u5b66\u975e\u76f4\u5c5e\u4e34\u5e8a\u5b66\u9662\uff0c\u4e0e\u4e2d\u56fd\u533b\u79d1\u5927","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2420"};
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 () {
}
});
});
}