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=3768&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: 1745109366,
nonceStr: 'U0JtNKERdWBsGKK2',
signature: '223a3467aa19adc4abe8354d9d5bff21cc771432',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662:\u8fd9\u5bb6\u533b\u9662\u624b\u672f\u5ba4\u7684\u9ebb\u9189\u533b\u5e08\u7adf\u7136\u8fd9\u6837\u2026\u2026","smalltext":"\u5728\u533b\u9662\u91cc\uff0c\u4e0d\u662f\u6240\u6709\u533b\u751f\u90fd\u7a7f\u767d\u5927\u8902\u3002\u6709\u4e00\u79cd\u4eba\uff0c\u4ed6\u4eec\u8eab\u7a7f\u7eff\u8272\u624b\u672f\u670d\uff0c\u5934\u6234\u84dd\u8272\u624b\u672f\u5e3d\uff0c\u811a\u4e0a\uff0c\u662f\u7279\u5236\u7684\u62d6\u978b\uff0c\u6574\u5929\u7a7f\u68ad\u5728\u624b\u672f\u5ba4\u91cc\uff0c\u4ed6\u4eec\u5c31\u662f\u2014\u2014\u9ebb\u9189\u79d1\u533b\u751f\u3002\u5927\u6982\u6709\u5f88\u591a\u4eba\u8ba4\u4e3a\uff0c\u5728\u51fa\u5165\u624b\u672f\u5ba4\u884c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3768"};
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 () {
}
});
});
}