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=4666&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: 1746237493,
nonceStr: 'W5DV7VqM8cUxCVLY',
signature: 'ea5a79af22e56a60f887ef3d96dec1a343f5d295',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662-\u5728\u75ab\u60c5\u9632\u63a7\u4e2d\u7684\u98ce\u91c7","smalltext":"\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u9884\u9632\u3001\u4fdd\u5065\u548c\u6025\u6551\u4e3a\u4e00\u4f53\u7684\u9655\u5317\u533a\u57df\u5185\u6700\u5927\u7684\u4e09\u7ea7\u7532\u7b49\u533b\u9662\uff0c\u662f\u5ef6\u5b89\u533b\u7597\u96c6\u56e2\u603b\u533b\u9662\u3002\u4e00\u76f4\u4ee5\u6765\uff0c\u5ef6\u5b89\u5927\u5b66\u9644\u5c5e\u533b\u9662\u79ef\u6781\u6df1\u5165\u5230\u5ef6\u5b89\u7684\u5404\u4e2a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4666"};
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 () {
}
});
});
}