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')}}