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