🦀️ fix: 包码支付宝红包按钮bug

This commit is contained in:
wangsongsole 2024-04-22 18:08:26 +08:00
parent 7c2c7e3590
commit 556c88b906
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<span>{{goodsInfo.entity.cash_amount_type==='1'?'固额红包':'随机红包'}}</span> <span>{{goodsInfo.entity.cash_amount_type==='1'?'固额红包':'随机红包'}}</span>
</p> </p>
<p class="bt" v-show="goodsInfo.available==9"> <p class="bt" v-show="goodsInfo.available==9">
{{buttonTextFun(goodInfo.type,'received')}} {{buttonTextFun(goodsInfo.type,'received')}}
</p> </p>
</div> </div>
<div class="form"> <div class="form">