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
yyq
8 years ago
Commit
e0fd978019ebeab442c54a98642a2a6aeac26616
1 parent
7e9d883c
payment message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
apps/cart/views/action/order-ensure2016.hbs
apps/cart/views/action/order-ensure2016.hbs
View file @
e0fd978
...
...
@@ -40,12 +40,9 @@
{{#
each
paymentWay
}}
<p
{{#
isEqual
is_support
'N'
}}
class=
"unsp-pay"
{{/
isEqual
}}
>
<label
class=
"check-btn
{{#
isY
default
}}
checked
{{/
isY
}}
"
data-id=
"
{{
payment_id
}}
"
data-type=
"
{{
payment_type
}}
"
data-name=
"
{{
payment_type_name
}}
"
>
{{
payment_type_name
}}
</label>
{{#
isEqual
payment_type
1
}}
<span>
支持主流银行卡、微信、支付宝、银联等平台付款,方便快捷
</span>
{{/
isEqual
}}
{{#
isEqual
payment_type
2
}}
<span>
限量商品、预售商品、化妆品或者订单金额超过10000元不可以选择
</span>
{{/
isEqual
}}
{{#if
is_support_message
}}
<span>
{{
is_support_message
}}
</span>
{{/if}}
</p>
{{/
each
}}
</div>
...
...
Please
register
or
login
to post a comment