Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-08-23 15:08:54 +0800
Commit
d0c11ab7c22836c603a62b2b55d81593b812037b
1 parent
27c40726
currency
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
apps/me/models/currency.js
public/js/me/currency.page.js
apps/me/models/currency.js
View file @
d0c11ab
...
...
@@ -96,6 +96,10 @@ const yohoCoinTotal = (uid)=> {
method
:
'app.yoho.yohocoin'
,
uid
:
uid
}).
then
(
result
=>
{
if
(
!
result
.
data
.
yohocoin_num
||
result
.
data
.
yohocoin_num
===
''
)
{
result
.
data
.
yohocoin_num
=
0
}
return
result
;
});
};
...
...
public/js/me/currency.page.js
View file @
d0c11ab
...
...
@@ -66,4 +66,3 @@ $('#begin-time').on('change', function() {
beginTime
=
Bll
.
getTime
(
new
Date
(),
months
);
Bll
.
getDataList
(
type
,
page
,
beginTime
);
});
...
...
Please
register
or
login
to post a comment