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
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
0ffa61b3dd8fcacaec1e2ac7966f5d5c40d5586d
2 parents
b28eeb00
1d56fb93
Merge branch 'feature/balancePage' into release/2.0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
apps/shopping/views/partial/order/yoho-coin.hbs
public/scss/me/order/_table.css
public/scss/shopping/_order.css
apps/shopping/views/partial/order/yoho-coin.hbs
View file @
0ffa61b
...
...
@@ -4,11 +4,11 @@
<span
class=
"yoho-coin-help"
>
?
<span
class=
"coin-help-dialog hide"
>
<span
class=
"arrow-left"
></span>
<div
class=
"coin-dialog-title"
>
有货币使用
条件
:
</div>
<div
class=
"coin-dialog-title"
>
有货币使用
提示
:
</div>
<div
class=
"coin-dialog-content"
>
<p>
(1)订单金额大于20元(含20元)
</p>
<p>
(2)有货币数量大于
{{
yoho_coin_pay_rule
.
num_limit
}}
个(含
{{
yoho_coin_pay_rule
.
num_limit
}}
个)
</p>
<p>
(3)
每笔支付不得超过
应付金额的
{{
yoho_coin_pay_rule
.
max_pay_rate_desc
}}
</p>
<p>
(3)
有货币支付上限为每笔订单
应付金额的
{{
yoho_coin_pay_rule
.
max_pay_rate_desc
}}
</p>
<p>
备注:使用有货币数量为
{{
yoho_coin_pay_rule
.
num_limit
}}
的整数倍,
<br
/>
100个有货币抵1元。
</p>
</div>
</span>
...
...
@@ -16,7 +16,12 @@
</div>
<div>
您当前共有有货币
<em
class=
"blue"
>
{{
total_yoho_coin_num
}}
</em>
个,可用
<em
class=
"blue"
>
{{
yoho_coin_num
}}
</em>
个
</div>
<div>
本次使用有货币
<em
class=
"blue"
>
{{
yoho_coin_num
}}
</em>
个 抵扣
<em
class=
"blue"
>
¥
{{
yoho_coin
}}
</em></div>
<div>
<span
id=
"coin-sure"
class=
"btn
{{#
unless
yoho_coin_num
}}
disable
{{/
unless
}}
"
data-yoho_coin_num=
"
{{
yoho_coin_num
}}
"
>
确定
</span>
<span
class=
"btn white cancel"
>
取消
</span>
<div
class=
"coin-footer"
>
<div
class=
"left"
>
<span
id=
"coin-sure"
class=
"btn
{{#
unless
yoho_coin_num
}}
disable
{{/
unless
}}
"
data-yoho_coin_num=
"
{{
yoho_coin_num
}}
"
>
确定
</span>
<span
class=
"btn white cancel"
>
取消
</span>
</div>
<div
class=
"right"
>
<a
class=
"blue"
href=
"/help/?category_id=87"
target=
"_blank"
>
有货币使用规则?
</a>
</div>
</div>
\ No newline at end of file
...
...
public/scss/me/order/_table.css
View file @
0ffa61b
...
...
@@ -65,7 +65,7 @@
position
:
absolute
;
top
:
0
;
right
:
14px
;
background-color
:
$
skyBlue
;
background-color
:
$
black
;
color
:
#fff
;
border-radius
:
9px
;
font-size
:
12px
;
...
...
public/scss/shopping/_order.css
View file @
0ffa61b
...
...
@@ -647,10 +647,10 @@
.arrow-left
{
position
:
absolute
;
left
:
-
9
px
;
left
:
-
8
px
;
width
:
0
;
height
:
0
;
border-top
:
6
px
solid
transparent
;
border-top
:
8
px
solid
transparent
;
border-bottom
:
6px
solid
transparent
;
border-right
:
8px
solid
#bbb
;
...
...
@@ -673,6 +673,10 @@
display
:
inline-block
;
margin-right
:
20px
;
}
.coin-footer
{
overflow
:
hidden
;
}
}
.coin-input
{
...
...
Please
register
or
login
to post a comment