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=5614&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: 1746134812,
nonceStr: 'AKZjVhOdQPagt3gd',
signature: '8467748e13e7fded5a377533030e5a2d59f5bd1e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u533b\u201d\u8def\u201c\u7ae5\u201d\u884c--\u75c5\u623f\u91cc\u7684\u201c\u513f\u7ae5\u8282\u201d\u8ba9\u533b\u7597\u66f4\u6709\u6e29\u5ea6","smalltext":"\u4e3a\u4e86\u8ba9\u751f\u75c5\u7684\u5c0f\u670b\u53cb\u4eec\u4e5f\u80fd\u5f00\u5fc3\u8fc7\u201c\u516d\u4e00\u201d\uff0c\u611f\u53d7\u5230\u8282\u65e5\u7684\u559c\u60a6\uff0c6\u67081\u65e5\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u513f\u79d1\u7597\u533a\u7684\u533b\u62a4\u7cbe\u5fc3\u4e3a\u60a3\u513f\u51c6\u5907\u793c\u7269\uff0c\u901a\u8fc7\u5f00\u76f2\u76d2\u7684\u65b9\u5f0f\uff0c\u548c\u5c0f\u670b\u53cb\u4e00\u8d77\u6b22\u5ea6\u513f\u7ae5\u8282\uff0c\u8ba9\u60a3\u513f\u548c\u5bb6\u5c5e\u611f\u53d7\u5230\u533b\u7597\u7684\u6e29\u5ea6\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5614"};
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 () {
}
});
});
}