build(deps): taro升级至4.0.9
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-02-12 11:15:51 +08:00
parent 7096e38967
commit 05caf08c47
21 changed files with 148 additions and 145 deletions

View File

@@ -48,10 +48,10 @@
info.status === 0
? '待付款'
: info.status === 1
? '待使用'
: info.status === 2
? '已使用'
: '已失效'
? '待使用'
: info.status === 2
? '已使用'
: '已失效'
">
</nut-cell>
<nut-cell title="下单用户:" :desc="info.User?.nickName"></nut-cell>

View File

@@ -33,19 +33,19 @@
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>