Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
60c43859d3c07876c830e9410f7b5ac575be92b2
1 parent
11607c98
style
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
9 deletions
template/www.yohobuy.com/actions/pay/notice/index.phtml
template/www.yohobuy.com/actions/pay/payreturn/index.phtml
template/www.yohobuy.com/actions/shopping/pay/cashondelivery.phtml
web-static/sass/pay/_notice.css
web-static/sass/shopping/_cashondelivery.css
template/www.yohobuy.com/actions/pay/notice/index.phtml
View file @
60c4385
...
...
@@ -7,13 +7,13 @@
<div
class=
"order-info"
>
<ul>
<li><span
class=
"l-b"
>订单号:
{
{orderNum
}
}</span></li>
<li><span
class=
"l-b"
>在线金额:
{
{pay
}
}</span></li>
<li><span
class=
"l-b"
>在线金额:
{
{pay
}
}
元
</span></li>
<li>
<span
class=
"l-b
"
>共返有货币:
{
{currency
}
}
</span>
<span
class=
"l-b
back-yoho-coin"
>共返有货币:
{
{currency
}
}个
</span>
<a
href=
"{{yohoCoinUrl}}"
class=
"notice-link"
target=
"_blank"
>有货币能做什么>></a>
</li>
<li>
<span
class=
"l-b"
>获得VIP累计金额:
{
{vipSum
}
}</span>
<span
class=
"l-b"
>获得VIP累计金额:
{
{vipSum
}
}
元
</span>
<a
href=
"{{vipUrl}}"
class=
"notice-link"
target=
"_blank"
>查看VIP特权>></a>
</li>
<li
class=
"opt-btns"
>
...
...
template/www.yohobuy.com/actions/pay/payreturn/index.phtml
View file @
60c4385
...
...
@@ -7,13 +7,13 @@
<div
class=
"order-info"
>
<ul>
<li><span
class=
"l-b"
>订单号:
{
{orderNum
}
}</span></li>
<li><span
class=
"l-b"
>在线金额:
{
{pay
}
}</span></li>
<li><span
class=
"l-b"
>在线金额:
{
{pay
}
}
元
</span></li>
<li>
<span
class=
"l-b
"
>共返有货币:
{
{currency
}
}
</span>
<span
class=
"l-b
back-yoho-coin"
>共返有货币:
{
{currency
}
}个
</span>
<a
href=
"{{yohoCoinUrl}}"
class=
"notice-link"
target=
"_blank"
>有货币能做什么>></a>
</li>
<li>
<span
class=
"l-b"
>获得VIP累计金额:
{
{vipSum
}
}</span>
<span
class=
"l-b"
>获得VIP累计金额:
{
{vipSum
}
}
元
</span>
<a
href=
"{{vipUrl}}"
class=
"notice-link"
target=
"_blank"
>查看VIP特权>></a>
</li>
<li
class=
"opt-btns"
>
...
...
template/www.yohobuy.com/actions/shopping/pay/cashondelivery.phtml
View file @
60c4385
...
...
@@ -7,13 +7,13 @@
<div
class=
"order-info"
>
<ul>
<li><span
class=
"l-b"
>订单号:
{
{orderNum
}
}</span></li>
<li><span
class=
"l-b"
>支付金额:
{
{count
}
}</span></li>
<li><span
class=
"l-b"
>支付金额:
{
{count
}
}
元
</span></li>
<li>
<span
class=
"l-b
"
>共返有货币:
{
{yohoCoin
}
}
</span>
<span
class=
"l-b
back-yoho-coin"
>共返有货币:
{
{yohoCoin
}
}个
</span>
<a
href=
"{{yohoCoinUrl}}"
class=
"notice-link"
target=
"_blank"
>有货币能做什么>></a>
</li>
<li>
<span
class=
"l-b"
>获得VIP累计金额:
{
{count
}
}</span>
<span
class=
"l-b"
>获得VIP累计金额:
{
{count
}
}
元
</span>
<a
href=
"{{vipUrl}}"
class=
"notice-link"
target=
"_blank"
>查看VIP特权>></a>
</li>
<li
class=
"opt-btns"
>
...
...
web-static/sass/pay/_notice.css
View file @
60c4385
...
...
@@ -39,6 +39,14 @@
width
:
200px
;
}
.back-yoho-coin
:after
{
content
:
''
;
display
:
inline-block
;
width
:
14px
;
height
:
14px
;
background
:
resolve
(
'cart/yoho-coin.png'
);
}
.notice-link
{
color
:
#0883d1
;
}
...
...
web-static/sass/shopping/_cashondelivery.css
View file @
60c4385
...
...
@@ -39,6 +39,14 @@
width
:
200px
;
}
.back-yoho-coin
:after
{
content
:
''
;
display
:
inline-block
;
width
:
14px
;
height
:
14px
;
background
:
resolve
(
'cart/yoho-coin.png'
);
}
.notice-link
{
color
:
#0883d1
;
}
...
...
Please
register
or
login
to post a comment