🦀️ fix: 修复bug
This commit is contained in:
parent
8c6bc4e84b
commit
75b6b82ed8
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="receiveBtn" @click="receiveFn" :class="goodInfo.available!=1?'readOnly':''">
|
||||
{{goodInfo.available==9?buttonTextFun(goodsInfo.type,'received'):buttonTextFun(goodsInfo.type,'receive')}}</div>
|
||||
{{goodInfo.available==9?buttonTextFun(goodInfo.type,'received'):buttonTextFun(goodInfo.type,'receive')}}</div>
|
||||
<div class="coupon_explain">
|
||||
<h1>- 兑换说明 -</h1>
|
||||
<div class="content">
|
||||
|
|
Loading…
Reference in New Issue