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=4002&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: 1745056178,
nonceStr: 'ddhqcaj9MMOufAGt',
signature: '28179fe8d84f380b234b1028820358367a0363bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82e6\u607c\u5b69\u5b50\u957f\u4e0d\u9ad8\uff1f\u533b\u9662\u5f00\u5c55\u751f\u957f\u53d1\u80b2\u79d1\u666e\u4e49\u8bca","smalltext":"\u8fd1\u5e74\u6765\uff0c\u751f\u957f\u53d1\u80b2\u7684\u95ee\u9898\u5907\u53d7\u5927\u5bb6\u5173\u6ce8\uff0c\u5373\u4fbf\u5982\u6b64\uff0c\u6211\u56fd\u7684\u53d1\u80b2\u8fdf\u7f13\u7387\u4ecd\u9ad8\u5c45\u5168\u7403\u7b2c\u4e8c\uff0c\u4e3a\u4e86\u63d0\u5347\u5927\u4f17\u5bf9\u751f\u957f\u53d1\u80b2\u5173\u6ce8\u5ea6\uff0c\u4fc3\u8fdb\u513f\u7ae5\u5065\u5eb7\u6210\u957f\uff0c2021\u5e741\u670831\u65e5\u4e0b\u5348\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u793e\u4f1a\u4e8b\u4e1a\u5c40\u8054\u5408\u82cf\u5dde","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4002"};
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 () {
}
});
});
}