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=110&classid=10&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: 1743764584,
nonceStr: 'Sv9DGDRPjQrfAx8f',
signature: '9f715bad032604ccb02db96eee5871b59648e368',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4ee5\u4eba\u4e3a\u672c\uff0c\u4ee5\u4eba\u4e3a\u656c","smalltext":"\u8fd1\u5e74\u6765\uff0c\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u56f4\u7ed5\u201c\u4ee5\u4eba\u4e3a\u672c\uff0c\u4ee5\u4eba\u4e3a\u656c\u201d\u7684\u53d1\u5c55\u5b97\u65e8\uff0c\u79c9\u627f\u201c\u533b\u4e4b\u9b42\uff0c\u539a\u5fb7\u4e3a\u5883\u754c\uff1b\u533b\u4e4b\u9053\uff0c\u614e\u601d\u4e88\u751f\u606f\uff1b\u533b\u82e5\u53ca\uff0c\u535a\u5b66\u59cb\u4e8e\u5373\uff1b\u533b\u82e5\u65bd\uff0c\u5584\u884c\u5fc5\u5148\u81f3\u201d\u7684\u4eba\u6587\u4e3b\u7ebf\uff0c\u5207\u5b9e\u7ef4\u62a4\u533b\u9662\u516c\u76ca\u6027\uff0c\u5c06\u516c\u5e73","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=110"};
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 () {
}
});
});
}