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=2599&classid=11&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: 1744329225,
nonceStr: 'eQkLyO6TgeJ0d6Gi',
signature: '69a21380b781125acf7cb164009ee3bb918c5c17',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u533b\u533b\u9662:"\u94f6\u674f\u6811\u4e0b"\u7684\u533b\u9662\u4eba\u6587","smalltext":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u533b\u533b\u9662\u662f\u4e00\u6240\u5360\u5730\u9762\u79ef2.6\u4e07m2\uff0c\u6838\u5b9a\u5e8a\u4f4d400\u5f20\u7684\u4e8c\u7ea7\u7532\u7b49\u4e2d\u533b\u533b\u9662\uff0c\u662f\u4e0a\u6d77\u4e2d\u533b\u836f\u5927\u5b66\u6559\u5b66\u533b\u9662\uff0c\u4e0a\u6d77\u9f99\u534e\u533b\u9662\u5206\u9662\u3002\u83b7\u5168\u56fd\u793a\u8303\u4e2d\u533b\u9662\u3001\u4e0a\u6d77\u5e02\u6587\u660e\u5355\u4f4d\uff08\u8fde\u7eed\u5341\u5c4a\uff09\u7b49\u79f0\u53f7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2599"};
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 () {
}
});
});
}