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=2848&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: 1743771065,
nonceStr: 'Z7dVwMxWwabS9j2K',
signature: '7abcd2a80cba52bb4e11e584d1138a5139c8e4d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6ca7\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u591a\u63aa\u5e76\u4e3e\uff0c\u521b\u5efa\u4eba\u6587\u5efa\u8bbe\u54c1\u724c\u533b\u9662","smalltext":"\u6cb3\u5317\u7701\u6ca7\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1961\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u4e34\u5e8a\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u9884\u9632\u3001\u5eb7\u590d\u3001\u6025\u6551\u4e3a\u4e00\u4f53\u7684\u5927\u578b\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u533b\u9662\uff0c\u662f\u82f1\u56fd\u5723\u4e54\u6cbb\u533b\u9662\u53cb\u597d\u5408\u4f5c\u533b\u9662\u3001\u5317\u4eac\u5927\u5b66\u80bf\u7624\u533b\u9662\u6280\u672f\u5408\u4f5c\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2848"};
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 () {
}
});
});
}