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
郝肖肖
2017-04-13 11:27:16 +0800
Commit
3462d008c090fb7d83259dfcb00978ae8256e47d
1 parent
6cfdefb0
订单 防诈骗提醒
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
34 additions
and
2 deletions
apps/home/views/action/home/orders/order-detail.hbs
apps/home/views/action/home/orders/orders.hbs
apps/home/views/action/returns/returns-apply.hbs
apps/home/views/action/returns/returns-detail.hbs
apps/home/views/action/returns/returns.hbs
apps/home/views/partial/swindle-info.hbs
public/scss/common/_header.css
public/scss/home/_index.css
public/scss/home/_order-detail.css
apps/home/views/action/home/orders/order-detail.hbs
View file @
3462d00
...
...
@@ -6,6 +6,10 @@
<div
class=
"me-main"
>
<div
class=
"order-detail block"
data-id=
"
{{
orderNum
}}
"
>
<h2
class=
"title"
></h2>
{{!--防诈骗提示--}}
{{>
swindle-info
}}
<div
class=
"detail-info
{{#if
virtualGoods
}}
virtual-detail
{{/if}}
"
>
<div
class=
"status"
>
<p>
...
...
apps/home/views/action/home/orders/orders.hbs
View file @
3462d00
...
...
@@ -9,6 +9,9 @@
VIP金额累计需要订单成功且无退换货
</h2>
{{!--防诈骗提示--}}
{{>
swindle-info
}}
{{>
tabs
}}
{{#if
orders
}}
...
...
apps/home/views/action/returns/returns-apply.hbs
View file @
3462d00
...
...
@@ -7,6 +7,9 @@
<div
class=
"returns-apply block
{{#if
exchange
}}
exchange
{{/if}}
"
>
<h2
class=
"title"
></h2>
{{!--防诈骗提示--}}
{{>
swindle-info
}}
<div
class=
"apply-container"
>
{{#
exchange
}}
<div
class=
"return-prompt"
>
...
...
apps/home/views/action/returns/returns-detail.hbs
View file @
3462d00
...
...
@@ -6,6 +6,10 @@
<div
class=
"me-main"
>
<div
class=
"returns-detail block
{{#if
detail
.
isChange
}}
exchange-detail
{{/if}}
"
>
<h2
class=
"title"
></h2>
{{!--防诈骗提示--}}
{{>
swindle-info
}}
{{#
detail
}}
<div
class=
"order-info"
>
订单编号:
{{
orderNum
}}
...
...
apps/home/views/action/returns/returns.hbs
View file @
3462d00
...
...
@@ -3,6 +3,10 @@
<div
class=
"me-main"
>
<div
class=
"returns block"
>
<h2
class=
"title"
></h2>
{{!--防诈骗提示--}}
{{>
swindle-info
}}
<div
class=
"me-orders"
>
<p
class=
"order-table-header table-header clearfix"
>
<span
class=
"info"
>
商品信息
</span>
...
...
apps/home/views/partial/swindle-info.hbs
0 → 100644
View file @
3462d00
<div
class=
"swindle-info"
>
<span>
重要提醒:
</span>
有货不会以任何理由要求您点击任何网址链接办理退货退款,请谨防钓鱼链接及带“+”号的诈骗电话!
</div>
...
...
public/scss/common/_header.css
View file @
3462d00
...
...
@@ -963,7 +963,7 @@
margin-left
:
20px
;
i
{
color
:
#
e65d66
;
color
:
#
cd0c25
;
font-size
:
12px
;
margin-right
:
5px
;
}
...
...
public/scss/home/_index.css
View file @
3462d00
...
...
@@ -289,6 +289,17 @@
.presall-tag
{
background
:
#333
;
}
.swindle-info
{
margin
:
10px
;
padding
:
10px
;
font-size
:
13px
;
background-color
:
#faf6da
;
span
{
color
:
#cd0c25
;
}
}
}
@import
"default"
;
...
...
public/scss/home/_order-detail.css
View file @
3462d00
...
...
@@ -6,7 +6,7 @@
}
.status
{
margin
:
10px
0
;
margin
:
0
0
10px
;
padding
:
10px
;
background
:
#efefef
;
border-bottom
:
1px
solid
#e6e6e6
;
...
...
Please
register
or
login
to post a comment