6
0
Fork 0
release
李静 2021-12-28 14:44:31 +08:00
parent 69b5b85cf2
commit a672b5065e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class App extends Form
$this->divider();
$this->text('search_hot_keys', '搜索热词(英文半角逗号隔开)')->value($appSettings['search_hot_keys'] ?? '');
$this->divider();
$this->number('order_payment_expires_at', '订单支付过期时间(秒)')->value(['order_payment_expires_at'] ?? '');
$this->number('order_payment_expires_at', '订单支付过期时间(秒)')->value($appSettings['order_payment_expires_at'] ?? '');
$this->number('order_auto_complete_days', '订单自动完成时间(天)')->value($appSettings['order_auto_complete_days'] ?? '');
$this->number('sale_after_expire_days', '售后过期时间(天)')->value($appSettings['sale_after_expire_days'] ?? '');
$this->divider();