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=2183&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: 1749447020,
nonceStr: 'sQ4CEgfyLOczdLTH',
signature: '5c9ad58470e1f77c144c702081aaacfcf121be7f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u9694\u79bb\u7559\u89c2\u75c5\u533a\u7684\u201c\u7537\u201d\u4e01\u683c\u5c14","smalltext":"\u6211\uff0c\u662f\u4e00\u540d\u6765\u81ea\u5fc3\u8840\u7ba1\u5185\u79d1\u7684\u201c\u7537\u201d\u4e01\u683c\u5c14\uff0c\u5728\u6211\u70ed\u7231\u7684\u62a4\u7406\u5c97\u4f4d\u5df2\u67097\u4e2a\u5e74\u5934\u4e86\u3002\u90fd\u8bf4\u7537\u62a4\u662f\u4e2a\u201c\u5b9d\u201d\uff0c\u8eab\u5f3a\u529b\u58ee\u3001\u813e\u6c14\u597d\uff0c\u53ef\u6211\u60f3\u8bf4\uff0c\u7537\u62a4\u66f4\u662f\u70ed\u8840\u7537\u513f\uff0c\u66f4\u5e94\u7cbe\u5fe0\u62a5\u56fd\u3002 \u8fd9\u91cc\u540c\u6837\u662f\u4e00\u7ebf\u81ea\u65b0","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2183"};
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 () {
}
});
});
}