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

@@ -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>

View File

@@ -195,15 +195,15 @@ Taro.useReachBottom(() => {
item.status === 1
? 'success'
: item.status === 1
? 'danger'
: 'warning'
? 'danger'
: 'warning'
"
>{{
item.status === 1
? '已打款'
: item.status === 2
? '已拒绝'
: '待审核'
? '已拒绝'
: '待审核'
}}</view
>
</view>

View File

@@ -66,8 +66,8 @@
item.number > 0
? `可用积分:${item.number}`
: item.name.includes('微信')
? '微信全额支付'
: ''
? '微信全额支付'
: ''
"
@click="cellClick(item.ID)">
<template #icon>

View File

@@ -201,10 +201,10 @@ const delOrder = async (oid: string) => {
item.status === 0
? '待付款'
: item.status === 1
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
? '待使用'
: item.status === 2
? '已使用'
: '已失效'
}}
</view>
</view>

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>