fix: paypal按钮刷新渲染
This commit is contained in:
@@ -167,7 +167,7 @@ const handleCancel = () => {
|
||||
</div>
|
||||
|
||||
<PaypalButton
|
||||
v-if="paymentMethods.includes('paypal')"
|
||||
v-if="visible && paymentMethods.includes('paypal')"
|
||||
:order-info="props.orderInfo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user