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=3989&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: 1731274541,
nonceStr: 'AE44S7lo1w2rzSjK',
signature: '10394c8bfc1da808b6fb7540524031d7a4912a0e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u535a\u7231\u70df\u53f0\u9001\u6e29\u6696","smalltext":"\u4e3a\u5927\u529b\u5f18\u626c\u201c\u4eba\u9053\u3001\u535a\u7231\u3001\u5949\u732e\u201d\u7684\u7ea2\u5341\u5b57\u7cbe\u795e\uff0c\u53d1\u6325\u7ea2\u5341\u5b57\u4f1a\u4f5c\u4e3a\u515a\u548c\u653f\u5e9c\u5728\u4eba\u9053\u9886\u57df\u8054\u7cfb\u7fa4\u4f17\u7684\u6865\u6881\u548c\u7ebd\u5e26\u4f5c\u7528\uff0c\u6839\u636e\u5c71\u4e1c\u7701\u7ea2\u5341\u5b57\u4f1a\u201c\u535a\u7231\u9f50\u9c81\u9001\u6e29\u6696\u201d\u3001\u70df\u53f0\u5e02\u7ea2\u5341\u5b57\u4f1a\u201c\u535a\u7231\u70df","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3989"};
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 () {
}
});
});
}