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=5222&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: 1743895413,
nonceStr: 'Kkryb1ANnVjvk2Rz',
signature: '79d35cb29fcba37bff5714b94936ae0cf1b5e9d6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662 \uff1a\u62d2\u6536\u60a3\u8005\u7ea2\u5305 \u4f20\u9012\u533b\u60a3\u771f\u60c5","smalltext":"\u8fd1\u65e5\uff0c\u91cd\u5e86\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662 \u795e\u7ecf\u5185\u79d1\u4f59\u84c9\u62a4\u58eb\u957f\u62d2\u6536\u60a3\u8005\u7ea2\u5305\u7684\u4e8b\u8ff9\u5728\u9662\u5185\u4f20\u4e3a\u4f73\u8bdd\u3002\u6545\u4e8b\u4ece\u53bb\u5e7412\u6708\u8bf4\u8d77\uff0c\u75c5\u4eba\u6587\u8001\u5e08\u57282014\u5e74\u6cbb\u7597\u540e\uff0c\u53bb\u4e86\u6df1\u5733\uff0c\u671f\u95f4\u60a3\u8005\u5c0f\u817f\u51fa\u73b0\u4e86\u9759\u8109\u6e83\u75a1\uff0c\u5341\u5206\u607c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5222"};
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 () {
}
});
});
}