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=3801&classid=7&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: 1746114901,
nonceStr: 'O0qAyq5A96YhCJUW',
signature: 'b53b99e47ff7a81fd7b38d3d5532f6da777f79de',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"2020\u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u516c\u76ca\u98ce\u4e91\u699c\u62a5\u544a\uff08\u8282\u9009\u7248\uff09","smalltext":"\u516c\u76ca\u662f\u533b\u7597\u673a\u6784\u7684\u672c\u6027\uff0c\u662f\u8bc4\u4ef7\u533b\u9662\u7ba1\u7406\u6c34\u5e73\u548c\u670d\u52a1\u8d28\u91cf\u7684\u91cd\u8981\u6307\u6807\uff0c\u662f\u5b9e\u73b0 \u533b\u6539\u76ee\u6807\u7684\u91cd\u70b9\u548c\u70ed\u70b9\uff0c\u662f\u8861\u91cf\u533b\u9662\u4eba\u6587\u54c1\u724c\u4ef7\u503c\u7684\u91cd\u8981\u6807\u6746\u3002\u4e3a\u8fdb\u4e00\u6b65\u8d2f\u5f7b\u843d\u5b9e\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u536b\u751f\u5065\u5eb7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=7&id=3801"};
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 () {
}
});
});
}