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=2172&classid=5&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: 1749445729,
nonceStr: 'rcNbcb86M5ulDzPp',
signature: 'fcceb93ffe14f6885f6f0165c75d2ba80b2eeb8f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u6211\u7528\u6211\u7684\u70ed\u5fc3\u6253\u5f00\u4e86\u53d4\u53d4\u7684\u8bdd\u5323\u5b50","smalltext":" \u4f5c\u4e3a\u56db\u5ddd\u7701\u7b2c\u516d\u6279\u63f4\u9102\u533b\u7597\u961f\u961f\u5458\uff0c\u6211\u4eec\u6765\u5230\u6b66\u6c49\u5df2\u7ecf\u7b2c20\u5929\u4e86\uff0c\u6211\u548c\u6211\u7684\u961f\u53cb\u4eec\u4e00\u76f4\u5728\u6c49\u9633\u56fd\u535a\u65b9\u8231\u533b\u9662\u594b\u6218\uff0c\u6628\u5929\uff0c\u6211\u6240\u7ba1\u7406\u7684\u5355\u5143\uff0c\u5176\u4e2d\u4e00\u5bf9\u592b\u59bb\u4e3b\u52a8\u9080\u7ea6\u548c\u6211\u62cd\u7167\uff0c\u9996\u5148\u6211\u611f\u5230\u975e\u5e38","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2172"};
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 () {
}
});
});
}