Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-10-09 16:14:50 +0800
Commit
612f6f2bdb8668a8c33f080f44e7b7f4318af415
1 parent
aae6c33c
shop-intro-camcase
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/product/controllers/list.js
apps/product/views/action/shop/intro.hbs
apps/product/controllers/list.js
View file @
612f6f2
...
...
@@ -281,7 +281,7 @@ const shopIntro = (req, res, next) => {
let
params
=
{};
if
(
shopId
)
{
listModel
.
getShopIntro
(
shopId
).
then
(
(
result
)
=>
{
listModel
.
getShopIntro
(
shopId
).
then
(
result
=>
{
if
(
appVersion
)
{
params
=
{
title
:
'店铺简介'
...
...
apps/product/views/action/shop/intro.hbs
View file @
612f6f2
<div
class=
"shop-introduce-page"
>
<a
class=
"banner"
>
<img
src=
"
{{
image
shop
L
ogo
640
480
}}
"
>
<img
src=
"
{{
image
shop
_l
ogo
640
480
}}
"
>
</a>
<div
class=
"descripition"
>
{{
shop
I
ntro
}}
{{
shop
_i
ntro
}}
</div>
<p
class=
"sign-icon"
>
...
...
Please
register
or
login
to post a comment