优化 paypal ui

This commit is contained in:
pushuo 2022-11-22 14:22:07 +08:00 committed by Edward Yang
parent 7710b0a0b7
commit b4fc5948f0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
layer.alert(orderData.error.details[0].description, {
title: '{{ __('common.text_hint') }}',
closeBtn: 0,
area: ['400px', '240px'],
area: ['400px', 'auto'],
btn: ['{{ __('common.confirm') }}']
}, function(index) {
window.location.reload();