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=2514&classid=11&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: 1744318752,
nonceStr: 'e2J7nACGtgQoOM4s',
signature: '2ad061dc1c9bd3bf0ce385cf1ee3491f8e18bf55',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6ea7\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5927\u624b\u7275\u5c0f\u624b \u4e00\u8d77\u6d17\u6d17\u624b","smalltext":"\u4e00\u3001\u6d3b\u52a8\u80cc\u666f\uff1a1.\u5fd7\u613f\u6587\u5316\u662f\u793e\u4f1a\u4e3b\u4e49\u7cbe\u795e\u6587\u660e\u5efa\u8bbe\u7684\u91cd\u8981\u5185\u5bb9\uff0c\u4e5f\u662f\u65f6\u4ee3\u5bf9\u6211\u4eec\u63d0\u51fa\u7684\u8981\u6c42\uff08\u5404\u4e2a\u6761\u7ebf\u90e8\u95e8\u7684\u5de5\u4f5c\u91cd\u70b9\uff0c\u8bc4\u4f18\u8bc4\u5148\u7684\u6761\u4ef6\uff09\uff1b2.\u6b63\u786e\u6d17\u624b\u662f\u6700\u7ecf\u6d4e\u3001\u6700\u7b80\u5355\u3001\u6700\u6709\u6548\u7684\u9884\u9632\u75be\u75c5\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2514"};
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 () {
}
});
});
}