fix: 修改按钮文案
This commit is contained in:
parent
afdd07a5c1
commit
76d2487a31
|
@ -92,8 +92,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="receiveBtn" @click="receiveFn" :class="goodInfo.available!=1?'readOnly':''">{{
|
||||
globalFormatStatus(goodInfo.available) }}</div>
|
||||
<div class="receiveBtn" @click="receiveFn" :class="goodInfo.available!=1?'readOnly':''">立即领取</div>
|
||||
<div class="coupon_explain">
|
||||
<h1>- 兑换说明 -</h1>
|
||||
<div class="content">
|
||||
|
|
|
@ -98,8 +98,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="receiveBtn" @click="receiveFn" :class="goodInfo.available!=1?'readOnly':''">{{
|
||||
globalFormatStatus(goodInfo.available) }}</div>
|
||||
<div class="receiveBtn" @click="receiveFn" :class="goodInfo.available!=1?'readOnly':''">立即领取</div>
|
||||
|
||||
|
||||
<div class="coupon_explain">
|
||||
|
|
Loading…
Reference in New Issue