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
xuqi
2016-07-20 18:37:55 +0800
Commit
91d1ea4a9f6bfe77266b2c18474e859e55585010
1 parent
f2ca22bb
default do not print price
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/shopping/controllers/order.js
apps/shopping/controllers/order.js
View file @
91d1ea4
...
...
@@ -36,12 +36,12 @@ const index = (req, res, next) => {
result
.
data
.
printPriceRadio
=
[
{
value
:
'1'
,
name
:
'是'
,
checked
:
true
name
:
'是'
},
{
value
:
'0'
,
name
:
'否'
name
:
'否'
,
checked
:
true
}
];
...
...
Please
register
or
login
to post a comment