feat: 新增立减金隐藏

This commit is contained in:
wangsongsole 2024-03-25 14:29:31 +08:00
parent c165db371f
commit 1acdefc890
3 changed files with 23 additions and 17 deletions

View File

@ -39,11 +39,13 @@ export default ({ data }) => {
: "xxx xxx xxx"}{" "}
可用
</p>
<p className="validity">
有效期:
{data.entry_time[0] || "xxxx-xx-xx xx:xx:xx"}
{data.entry_time[1] || "xxxx-xx-xx xx:xx:xx"}
</p>
{data.timer_show == 1 ? (
<p className="validity">
有效期:
{data.entry_time[0] || "xxxx-xx-xx xx:xx:xx"}
{data.entry_time[1] || "xxxx-xx-xx xx:xx:xx"}
</p>
) : null}
</div>
</div>
<div className="receiveBtn">立即领取</div>

View File

@ -35,12 +35,14 @@ export default ({ data }) => {
{data.denomination ? parseFloat(data.denomination) : 100.1}元减
{data.reduce_amount ? parseFloat(data.reduce_amount) : 99.99}
</p>
<p className="information-p2">
请在&nbsp;
{data.entry_time[0] || "2023-12-30 59:59:59"} ~{" "}
{data.entry_time[1] || "2023-12-30 59:59:59"}
&nbsp;内领取
</p>
{data.timer_show == 1 ? (
<p className="information-p2">
请在&nbsp;
{data.entry_time[0] || "2023-12-30 59:59:59"} ~{" "}
{data.entry_time[1] || "2023-12-30 59:59:59"}
&nbsp;内领取
</p>
) : null}
<p className="type">
<span>
{data?.card_type.length > 0

View File

@ -35,12 +35,14 @@ export default ({ data }) => {
{data.denomination ? parseFloat(data.denomination) : 100.1}元减
{data.reduce_amount ? parseFloat(data.reduce_amount) : 99.99}
</p>
<p className="information-p2">
请在&nbsp;
{data.entry_time[0] || "2023-12-30 59:59:59"} ~{" "}
{data.entry_time[1] || "2023-12-30 59:59:59"}
&nbsp;内领取
</p>
{data.timer_show == 1 ? (
<p className="information-p2">
请在&nbsp;
{data.entry_time[0] || "2023-12-30 59:59:59"} ~{" "}
{data.entry_time[1] || "2023-12-30 59:59:59"}
&nbsp;内领取
</p>
) : null}
<p className="type">
<span>
{data?.card_type.length > 0