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=4848&classid=11&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: 1749194770,
nonceStr: 'uf5BTZL07L2TmteL',
signature: '6fd5c42986a78b21421e8d220dee967212308d79',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u60f3\u5ff5\u5b59\u5b50\u7684\u5f20\u53d4\u53d4","smalltext":"\u5927\u591c\u73ed\u6211\u5de1\u89c6\u75c5\u623f\u65f6\uff0c\u770b\u5230\u5f20\u53d4\u53d4\u6101\u7709\u82e6\u8138\u7684\u5750\u5728\u5e8a\u65c1\u3002\u6211\u5fc3\u60f3\u51cc\u6668\u4e09\u70b9\u591a\u8fd8\u4e0d\u7761\u89c9\uff0c\u662f\u56e0\u4e3a\u8eab\u4f53\u4e0d\u8212\u670d\u8fd8\u662f\u6709\u5176\u4ed6\u4e8b\u5462\uff1f\u6211\u8d70\u8fc7\u53bb\u95ee\uff1a\u201c\u5f20\u53d4\u53d4\uff0c\u60a8\u600e\u4e48\u4e0d\u7761\u554a\uff0c\u8eab\u4f53\u4e0d\u8212\u670d\u5417\uff1f\u201d\u201c\u4e5f\u6ca1\u6709\u4e0d\u8212\u670d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4848"};
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 () {
}
});
});
}