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=2449&classid=12&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: 1743912047,
nonceStr: 'JCzi6MHXjfzAu7hL',
signature: '1b4c6612fefec6e15e37ea6658d5a907ec38dc87',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u793e\u4f1a\u798f\u5229\u7cbe\u795e\u5eb7\u5b81\u533b\u9662\u5b8b\u4e43\u4e91\uff1a\u4ee5\u6587\u660e\u793c\u4eea\u548c\u56e2\u961f\u62d3\u5c55\u8425\u9020\u4eba\u6587\u73af\u5883","smalltext":"\u5b8b\u4e43\u4e91\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u526f\u4e3b\u4efb\u62a4\u5e08\uff0c\u56fd\u5bb6\u4e8c\u7ea7\u5fc3\u7406\u54a8\u8be2\u5e08\uff0c\u672c\u79d1\uff0c\u5c71\u897f\u7701\u793e\u4f1a\u798f\u5229\u7cbe\u795e\u5eb7\u5b81\u533b\u9662\u62a4\u7406\u90e8\u4e3b\u4efb\uff0c\u4ece\u4e8b\u4e34\u5e8a\u62a4\u7406\u53ca\u62a4\u7406\u7ba1\u7406\u5de5\u4f5c29\u5e74\u3002\u51e0\u5341\u5e74\u6765\uff0c\u5979\u4e00\u76f4\u5d07\u5c1a\u4eba\u6587\uff0c\u70ed\u7231\u4eba\u6587\uff0c\u4e0d\u9057\u4f59\u529b\u5730\u5728\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2449"};
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 () {
}
});
});
}