Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-01-17 15:49:05 +0800
Commit
c11a2a4bd34f86060efd971bad69761d72c17e34
2 parents
b1942e1c
006126cf
Merge remote-tracking branch 'origin/release/5.4' into release/5.4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
apps/home/models/message.js
public/js/home/message.page.js
apps/home/models/message.js
View file @
c11a2a4
...
...
@@ -151,7 +151,7 @@ const getMessageList = (uid, params, limit) => {
resData
.
messages
=
msg
;
let
pagerList
=
setPager
(
_
.
get
(
result
,
'data.page_total'
,
0
),
let
pagerList
=
setPager
(
_
.
get
(
data
,
'page_total'
,
1
),
Object
.
assign
(
params
,
{
page
:
page
}));
resData
.
pager
=
Object
.
assign
({
...
...
public/js/home/message.page.js
View file @
c11a2a4
...
...
@@ -15,6 +15,8 @@ var pickBusy = false;
var
Alert
=
Dialog
.
Alert
,
Confirm
=
Dialog
.
Confirm
;
require
(
'../common'
);
function
msgOperation
(
data
)
{
if
(
!
data
)
{
return
;
...
...
Please
register
or
login
to post a comment