diff --git a/supply.html b/supply.html index e9867b4..ab2bb01 100644 --- a/supply.html +++ b/supply.html @@ -5035,6 +5035,7 @@
创建时间:${formatDate(supply.created_at)}
${supply.status === 'published' ? `
上架时间:${formatDate(getPublishTime(supply))}
` : ''} + ${(supply.status === 'hidden' || supply.status === 'sold_out') && supply.updated_at ? `
下架时间:${formatDate(supply.updated_at)}
` : ''}