Commit 03ab5f2d by 冷斌

fix bug

parent 3fc77002
......@@ -61,7 +61,7 @@ class MessageAction extends Action
}
$this->setTitle('系统消息');
$this->setKeywords('系统消息');
$this->display();
$this->display('mynotify');
}
/**
......
<include file="__THEME__/public_header_w3g" />
<script src="__THEMEW3G__/js/flexible.js"></script>
<link rel="stylesheet" href="__APP__/css/index_w3g.css">
<style type="text/css">
.navbar .tab-item.is-selected::after { background: none; }
.navbar .tab-item.is-selected { color: #333; }
</style>
<div class="bar-nav">
<a href="{:U('home/User/index')}" class="bar-btn eduline-v4 v4-iconfont-houtui"></a>
<div class="bar-title">我的消息</div>
......@@ -48,7 +52,7 @@ $(function(){
var scrollTop = $(this).scrollTop();
var scrollHeight = $(document).height();
var windowHeight = $(this).height();
if(scrollHeight - (scrollTop + windowHeight) < 60){
is_loading = true;
if(!p || p >= parseInt("{$list['totalPages']}")){
......@@ -75,4 +79,4 @@ $(function(){
}
});
});
</script>
\ No newline at end of file
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment