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=6533&classid=14&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: 1743845365,
nonceStr: 'd4rnB1FgswrvpiFc',
signature: 'd37dac92779139eaf3491e71b02c27161abd5452',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4ee5\u201c\u515a\u5efa+\u201d\u4eba\u6587\u54c1\u724c\u4f53\u7cfb\u5efa\u8bbe\u4e3a\u6293\u624b\uff0c\u5f18\u626c\u884c\u4e1a\u5065\u5eb7\u4f7f\u547d","smalltext":"\u5434\u4e2d\u533a\u4f4d\u4e8e\u82cf\u5dde\u5357\u57ce\uff0c\u662f\u5434\u6587\u5316\u7684\u53d1\u7965\u5730\uff0c\u300a\u5b59\u5b50\u5175\u6cd5\u300b\u7684\u8bde\u751f\u5730\uff0c\u6545\u5bab\u8bbe\u8ba1\u8425\u9020\u8005\u3001\u201c\u9999\u5c71\u5e2e\u201d\u9f3b\u7956\u84af\u7965\u7684\u6545\u4e61\u3002\u76ee\u524d\uff0c\u5434\u4e2d\u533a\u6709\u6237\u7c4d\u4eba\u53e3\u8d8570 \u4e07\uff0c\u5e38\u4f4f\u4eba\u53e3\u8d85140 \u4e07\u3002\u4f5c\u4e3a\u5434\u4e2d\u533a\u533b\u7597\u536b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6533"};
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 () {
}
});
});
}