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=346&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: 1746290770,
nonceStr: 'plQdIC1piFuTUmwf',
signature: 'cca0fb81f77dab8878f09e6e72058646ea10af35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u539a\u4ec1 \u535a\u672f \u7cbe\u52e4","smalltext":" \u8fd1\u5e74\u6765\uff0c\u6c5f\u82cf\u7701\u5e38\u5dde\u4e00\u9662\u7d27\u7d27\u56f4\u7ed5\u201c\u670d\u52a1\u597d\uff0c\u8d28\u91cf\u597d\uff0c\u533b\u5fb7\u597d\uff0c\u7fa4\u4f17\u6ee1\u610f\u201d\u8fd9\u4e00\u76ee\u6807\uff0c\u4ee5\u515a\u5efa\u5de5\u4f5c\u4e3a\u5f15\u9886\uff0c\u4ee5\u4eba\u6587\u5efa\u8bbe\u4e3a\u6293\u624b\uff0c\u5145\u5206\u53d1\u6325\u533b\u9662\u6587\u5316\u7684\u5bfc\u5411\u3001\u51dd\u805a\u3001\u6fc0\u52b1\u4f5c\u7528\uff0c\u4e3a\u63d0\u5347\u533b\u7597\u8d28\u91cf\u3001","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=346"};
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 () {
}
});
});
}