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=4707&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: 1749194770,
nonceStr: 'PL8zpdgQxyeZ2Z1H',
signature: '38440b88b2269435472f473259a5542e995dbedf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662-\u300a\u5065\u5eb7\u5927\u9053\u300b\u6253\u9020\u4e2d\u897f\u533b\u7ed3\u5408\u79d1\u666e\u9ad8\u5730","smalltext":"\u4e3a\u79ef\u6781\u54cd\u5e94\u5065\u5eb7\u4e2d\u56fd\u6218\u7565\uff0c\u63a8\u8fdb\u5168\u6c11\u5065\u5eb7\uff0c\u7ed9\u4eba\u6c11\u7684\u5065\u5eb7\u63d0\u4f9b\u4e2d\u897f\u533b\u7ed3\u5408\u53cc\u91cd\u4fdd\u969c\uff0c\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\u4e0e\u5e7f\u897f\u5e7f\u64ad\u7535\u89c6\u53f0\u65b0\u95fb\u9891\u9053\u8054\u5408\u63a8\u51fa\u300a\u5065\u5eb7\u5927\u9053\u300b\u7cfb\u5217\u8bbf\u8c08\u8282\u76ee\u3002\u8282\u76ee\u4ee5"","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4707"};
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 () {
}
});
});
}