优化 paypal ui
This commit is contained in:
parent
7710b0a0b7
commit
b4fc5948f0
|
|
@ -29,7 +29,7 @@
|
||||||
layer.alert(orderData.error.details[0].description, {
|
layer.alert(orderData.error.details[0].description, {
|
||||||
title: '{{ __('common.text_hint') }}',
|
title: '{{ __('common.text_hint') }}',
|
||||||
closeBtn: 0,
|
closeBtn: 0,
|
||||||
area: ['400px', '240px'],
|
area: ['400px', 'auto'],
|
||||||
btn: ['{{ __('common.confirm') }}']
|
btn: ['{{ __('common.confirm') }}']
|
||||||
}, function(index) {
|
}, function(index) {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue