From 1c74d9a89787257d7651673ef311fb6404acbb11 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 22 Apr 2024 17:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/redPackets.html | 3 +++ redPackets.html | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packkey/redPackets.html b/packkey/redPackets.html index cbc6b2f..69caa1a 100644 --- a/packkey/redPackets.html +++ b/packkey/redPackets.html @@ -62,6 +62,9 @@

{{goodsInfo.entity.cash_amount_type==='1'?'固额红包':'随机红包'}}

+
+ {{buttonTextFun(goodsInfo.type,'received')}} +

{{buttonTextFun(goodsInfo.type,'receive')}}

diff --git a/redPackets.html b/redPackets.html index 1d48d75..7249b08 100644 --- a/redPackets.html +++ b/redPackets.html @@ -61,7 +61,10 @@

{{goodsInfo.entity.cash_amount_type==='1'?'固额红包':'随机红包'}}

-
+
+ {{buttonTextFun(goodsInfo.type,'received')}} +
+
{{buttonTextFun(goodsInfo.type,'receive')}}