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=2709&classid=13&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: 1743812316,
nonceStr: 'MxwByKYc3MGZifaG',
signature: 'e6d5a1fd6cfd14be7c6f6aa3c804937c95a63832',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u75bc\u75db\u79d1 \uff1a\u201c\u6696\u533b\u6696\u5fc3\u201d \u6211\u4eec\u4e00\u76f4\u5728\u884c\u52a8","smalltext":"\u5e7f\u897f\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u75bc\u75db\u79d1\u662f\u5e7f\u897f\u75bc\u75db\u533b\u5b66\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u4fdd\u5065\u548c\u5b66\u79d1\u5efa\u8bbe\u4e0e\u7ba1\u7406\u7684\u9886\u5934\u5355\u4f4d\uff0c\u662f\u5e7f\u897f\u6700\u65e9\u7684\u7cfb\u7edf\u3001\u89c4\u8303\u5316\u75bc\u75db\u6027\u75be\u75c5\u7814\u7a76\u5355\u4f4d\uff0c\u62e5\u6709\u5168\u5e7f\u897f\u4e00\u6d41\u7684\u75bc\u75db\u8bca\u7597\u8bbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2709"};
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 () {
}
});
});
}