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
姜敏
9 years ago
Commit
e90bee1c146f2067f142e0859cae800832017180
1 parent
dae30e68
个人中心部分界面修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/me/controllers/currency.js
apps/me/controllers/currency.js
View file @
e90bee1
...
...
@@ -29,7 +29,7 @@ const index = (req, res) => {
// console.log('请求参数:', 'page:' + page, 'queryType:' + queryType, 'beginTime:' + beginTime);
currencyModel
.
getIndexData
(
uid
,
page
,
queryType
,
beginTime
).
then
(
result
=>
{
result
.
list
.
tabs
[
queryType
].
isActive
=
true
;
result
.
list
.
coinList
.
forEach
(
function
(
x
)
{
result
.
list
.
coinList
.
forEach
(
function
(
x
)
{
x
.
date
=
x
.
date
.
replace
(
/
\-
/g
,
'.'
);
});
result
.
list
.
selects
[
selectIndex
].
isSelected
=
'selected'
;
...
...
Please
register
or
login
to post a comment