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=2610&classid=13&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: 1743764478,
nonceStr: 'Mwpt6sdgNvRBIquG',
signature: '09434dc23f16400e81f20ef6cf83a09703fa43fd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u5e02\u4e2d\u5fc3\u533b\u9662\u773c\u79d1:\u505a\u597d\u5149\u660e\u4f7f\u8005","smalltext":"\u897f\u5b89\u5e02\u4e2d\u5fc3\u533b\u9662\u773c\u79d1\u521b\u5efa\u4e8e1952\u5e74\uff0c\u7ecf\u8fc760\u4f59\u5e74\u7684\u5efa\u8bbe\u4e0e\u53d1\u5c55\uff0c\u773c\u79d1\u5df2\u6210\u4e3a\u4e00\u4e2a\u8bbe\u5907\u9ad8\u7aef\uff0c\u6280\u672f\u9886\u5148\uff0c\u4e9a\u4e13\u4e1a\u9f50\u5168\uff0c\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u4e3a\u4e00\u4f53\u7684\uff0c\u5728\u897f\u5b89\u5e02\u53ca\u9655\u897f\u7701\u4eab\u6709\u8f83\u9ad8\u77e5\u540d\u5ea6\u7684\u5b66\u79d1\u30022018","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2610"};
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 () {
}
});
});
}