【发布时间】:2019-08-05 15:41:33
【问题描述】:
我正在使用PayPal's checkout.js,在视图中我同时显示了 PayPal 按钮和信用卡的小按钮。但是如果我只想显示信用卡按钮并隐藏 PayPal 按钮,我该如何实现呢?
html:
<div id="paypal-button" class="m-t-20"></div>
js:
paypal.Button.render({
env: '@Model.Env',
locale: '@Model.CurrentCulture',
style: {
size: 'medium',
height: 48,
color: 'silver',
shape: 'rect',
label: 'checkout',
tagline: 'true',
fundingicons: 'true',
layout: 'horizontal'
},
【问题讨论】: