🦀️ fix: 修复bug
This commit is contained in:
parent
1c74d9a897
commit
8c6bc4e84b
|
@ -65,7 +65,7 @@
|
|||
<div class="bt" v-if="goodsInfo.available==9">
|
||||
{{buttonTextFun(goodsInfo.type,'received')}}
|
||||
</div>
|
||||
<p class="bt" @click="receive">
|
||||
<p class="bt" @click="receive" v-else>
|
||||
{{buttonTextFun(goodsInfo.type,'receive')}}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue