Fix:3266 【礼品功能】已退回,已收货状态应该是灰色
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</view>
|
||||
<view class="gift-bottom">
|
||||
<view class="gift-txt">
|
||||
赠言:{{ item.message }}
|
||||
赠言:{{ item.message || '' }}
|
||||
</view>
|
||||
<!-- 状态 0-待领取 1-已全部领取 2-已失效 -->
|
||||
<button
|
||||
@@ -125,11 +125,11 @@
|
||||
</view>
|
||||
<view class="gift-bottom">
|
||||
<view class="gift-txt">
|
||||
赠言:{{ item.message }}
|
||||
赠言:{{ item.message || '' }}
|
||||
</view>
|
||||
<view
|
||||
:class="{
|
||||
'btn-grey': [-2, 3].includes(item._status._type)
|
||||
'btn-grey': [-2, 3].includes(+item._status._type)
|
||||
}"
|
||||
class="btn"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user