ci(custom): update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-18 16:17:30 +08:00
parent e7fc232ba7
commit 9af020af37
13 changed files with 106 additions and 107 deletions

View File

@@ -266,19 +266,19 @@ const closed = () => {
item.status === 0
? '#FF850A'
: item.status === 1
? '#F83D3D'
: item.status === 2
? '#333333'
: '#9C9C9C',
? '#F83D3D'
: item.status === 2
? '#333333'
: '#9C9C9C',
}"
>{{
item.status === 0
? '待付款'
: item.status === 1
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
}}
</view>
</view>

View File

@@ -146,10 +146,10 @@
goodInfo.status === 0
? '待付款'
: goodInfo.status === 1
? '待使用'
: goodInfo.status === 2
? '已使用'
: '已失效'
? '待使用'
: goodInfo.status === 2
? '已使用'
: '已失效'
"></nut-cell>
</nut-cell-group>