Fix:3266 【礼品功能】已退回,已收货状态应该是灰色

This commit is contained in:
modendeveloper
2025-02-23 23:28:31 +08:00
parent a95b30deaf
commit 3c0a91adb9
+1 -1
View File
@@ -129,7 +129,7 @@
</view> </view>
<view <view
:class="{ :class="{
'grey': [-2, 3].includes(item._status._type) 'btn-grey': [-2, 3].includes(item._status._type)
}" }"
class="btn" class="btn"
> >