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
郝肖肖
8 years ago
Commit
0c2bf5e8fd00560049661732365b689c2caf22dd
1 parent
b34aeebb
资讯 日期下划线 UI调整
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
apps/channel/views/partial/brand-img-box.hbs
apps/editorial/views/partial/msg.hbs
apps/shopping/controllers/pay.js
public/scss/channel/_brand-img-box.css
public/scss/editorial/_msg.css
apps/channel/views/partial/brand-img-box.hbs
View file @
0c2bf5e
{{#
classicBrands
}}
<div
class=
"brand-img-box
{{#if
right
}}
right
{{/if}}
{{#if
bottomSpace
}}
mb
1
0
{{/if}}
"
>
<div
class=
"brand-img-box
{{#if
right
}}
right
{{/if}}
{{#if
bottomSpace
}}
mb
2
0
{{/if}}
"
>
{{#
big
}}
<a
href=
"
{{
https
url
}}
"
target=
"_blank"
>
<img
class=
"big-img"
src=
"
{{
image
src
565
340
}}
"
>
...
...
apps/editorial/views/partial/msg.hbs
View file @
0c2bf5e
...
...
@@ -3,7 +3,7 @@
<div
class=
"msg-right"
>
<a
class=
"msg-title"
href=
"/editorial/
{{
id
}}
.html"
target=
"_blank"
>
{{
title
}}
</a>
<a
href=
"/editorial/
{{
id
}}
.html"
target=
"_blank"
>
<img
src=
"
{{
image
src
640
430
1
}}
"
>
<img
src=
"
{{
image
src
640
430
}}
"
>
</a>
<div
class=
"content"
>
{{
intro
}}
</div>
<div
class=
"msg-app"
>
...
...
apps/shopping/controllers/pay.js
View file @
0c2bf5e
...
...
@@ -136,6 +136,7 @@ const weixinQr = (req, res, next) => {
}).
then
(
order
=>
{
res
.
display
(
'weixin-pay'
,
{
defaultHeader
:
false
,
bcNavFocus
:
3
,
module
:
'shopping'
,
page
:
'wxpay'
,
title
:
'微信扫码支付页面'
,
...
...
public/scss/channel/_brand-img-box.css
View file @
0c2bf5e
...
...
@@ -7,6 +7,10 @@
margin-bottom
:
10px
;
}
&
.mb20
{
margin-bottom
:
20px
;
}
&
.right
{
float
:
right
;
}
...
...
public/scss/editorial/_msg.css
View file @
0c2bf5e
...
...
@@ -5,7 +5,7 @@
.msg-left
{
position
:
relative
;
float
:
left
;
width
:
20
0px
;
width
:
18
0px
;
height
:
30px
;
margin-right
:
90px
;
line-height
:
30px
;
...
...
Please
register
or
login
to post a comment