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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-10-31 14:06:34 +0800
Commit
b5b831e74a65612e8d61d075569c5406dd555344
1 parent
a894bcc0
add update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
apps/product/views/partial/product/detail-header.hbs
config/common.js
apps/product/views/partial/product/detail-header.hbs
View file @
b5b831e
...
...
@@ -130,6 +130,8 @@
</ul>
{{/if}}
{{>
product
/
coupon-list
}}
<div
class=
"trade-content"
>
<div
id=
"type-chose"
class=
"type-chose"
>
{{#if
virtualGoods
}}
...
...
config/common.js
View file @
b5b831e
...
...
@@ -67,7 +67,7 @@ module.exports = {
port
:
'4444'
// influxdb port
},
console
:
{
level
:
'
error
'
,
level
:
'
info
'
,
colorize
:
'all'
,
prettyPrint
:
true
}
...
...
Please
register
or
login
to post a comment