🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-04-22 17:48:14 +08:00
parent 1c74d9a897
commit 8c6bc4e84b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
<div class="bt" v-if="goodsInfo.available==9"> <div class="bt" v-if="goodsInfo.available==9">
{{buttonTextFun(goodsInfo.type,'received')}} {{buttonTextFun(goodsInfo.type,'received')}}
</div> </div>
<p class="bt" @click="receive"> <p class="bt" @click="receive" v-else>
{{buttonTextFun(goodsInfo.type,'receive')}} {{buttonTextFun(goodsInfo.type,'receive')}}
</p> </p>
</div> </div>